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:
Eamon Powell
2021-11-14 17:16:40 +11:00
committed by Asriadi Rahim
parent 5a6d384d38
commit b207bee417

View File

@@ -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