Remove stale gralloc3 configs am: 205a0a4851
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201/+/16982348 Change-Id: I2600406998cbc6dc093d7ff7e9f59fea61cae1c0
This commit is contained in:
commit
100b4b23b8
1 changed files with 6 additions and 22 deletions
28
device.mk
28
device.mk
|
@ -54,8 +54,6 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
vendor/google_nos/test/system-test-harness \
|
vendor/google_nos/test/system-test-harness \
|
||||||
vendor/google/camera
|
vendor/google/camera
|
||||||
|
|
||||||
DEVICE_USES_EXYNOS_GRALLOC_VERSION := 4
|
|
||||||
|
|
||||||
LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4
|
LOCAL_KERNEL := $(TARGET_KERNEL_DIR)/Image.lz4
|
||||||
|
|
||||||
# OEM Unlock reporting
|
# OEM Unlock reporting
|
||||||
|
@ -204,13 +202,8 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
# ####################
|
# ####################
|
||||||
|
|
||||||
# Device Manifest, Device Compatibility Matrix for Treble
|
# Device Manifest, Device Compatibility Matrix for Treble
|
||||||
ifeq ($(DEVICE_USES_EXYNOS_GRALLOC_VERSION), 4)
|
DEVICE_MANIFEST_FILE := \
|
||||||
DEVICE_MANIFEST_FILE := \
|
device/google/gs201/manifest.xml
|
||||||
device/google/gs201/manifest.xml
|
|
||||||
else
|
|
||||||
DEVICE_MANIFEST_FILE := \
|
|
||||||
device/google/gs201/manifest-gralloc3.xml
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
ifneq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
||||||
DEVICE_MANIFEST_FILE += \
|
DEVICE_MANIFEST_FILE += \
|
||||||
|
@ -453,19 +446,10 @@ PRODUCT_PROPERTY_OVERRIDES += aaudio.hw_burst_min_usec=2000
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
com.android.future.usb.accessory
|
com.android.future.usb.accessory
|
||||||
|
|
||||||
# for now include gralloc here. should come from hardware/google_devices/exynos5
|
PRODUCT_PACKAGES += \
|
||||||
ifeq ($(DEVICE_USES_EXYNOS_GRALLOC_VERSION), 4)
|
android.hardware.graphics.mapper@4.0-impl \
|
||||||
PRODUCT_PACKAGES += \
|
android.hardware.graphics.allocator@4.0-service \
|
||||||
android.hardware.graphics.mapper@4.0-impl \
|
android.hardware.graphics.allocator@4.0-impl
|
||||||
android.hardware.graphics.allocator@4.0-service \
|
|
||||||
android.hardware.graphics.allocator@4.0-impl
|
|
||||||
else
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
android.hardware.graphics.mapper@2.0-impl \
|
|
||||||
android.hardware.graphics.allocator@2.0-service \
|
|
||||||
android.hardware.graphics.allocator@2.0-impl \
|
|
||||||
gralloc.$(TARGET_BOARD_PLATFORM)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# AIDL memtrack
|
# AIDL memtrack
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue