mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-27 22:40:44 +00:00
Revert "Use on_vendor VNDK APEX for non-REL build"
While this makes sense on dynamic partition devices where this generated a smaller binary, on devices without dynamic partitions this uses valuable system space which should be used for gapps and instead should be kept on the vendor partition. This reverts commit 1e2df63. Change-Id: Ide5a0a714eb4f4cf65ef72542f287d32242531ad
This commit is contained in:
committed by
Asriadi Rahim
parent
5a6d384d38
commit
b207bee417
@@ -30,11 +30,7 @@ PRODUCT_COPY_FILES += \
|
||||
|
||||
PRODUCT_RESTRICT_VENDOR_FILES := owner
|
||||
|
||||
# Keep the VNDK APEX in /system partition for REL branches as these branches are
|
||||
# expected to have stable API/ABI surfaces.
|
||||
ifneq (REL,$(PLATFORM_VERSION_CODENAME))
|
||||
PRODUCT_PACKAGES += com.android.vndk.current.on_vendor
|
||||
endif
|
||||
PRODUCT_PACKAGES += com.android.vndk.current.on_vendor
|
||||
|
||||
PRODUCT_MANUFACTURER := Google
|
||||
PRODUCT_BRAND := Android
|
||||
|
||||
Reference in New Issue
Block a user