Move goldfish RRO to vendor partition
Change PRODUCT_PACKAGE_OVERLAYS to DEVICE_PACKAGE_OVERLAYS so that goldfish RROs are not pulled into GSI. This moves the goldfish configs to vendor partition, and since GSI doesn't include a vendor, this means GSI won't include the goldfish configs. Bug: 174816040 Test: Presubmit Change-Id: Ia3b4ca5fbf23278e55f1f200c9b96568d8d03606
This commit is contained in:
parent
2a9b7d7f9e
commit
9cf722cf2c
|
@ -26,7 +26,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_vendor.mk)
|
|||
PRODUCT_PACKAGES += \
|
||||
vndk-sp
|
||||
|
||||
PRODUCT_PACKAGE_OVERLAYS := device/generic/goldfish/overlay
|
||||
DEVICE_PACKAGE_OVERLAYS := device/generic/goldfish/overlay
|
||||
|
||||
PRODUCT_CHARACTERISTICS := emulator
|
||||
|
||||
|
|
Loading…
Reference in New Issue