diff --git a/aosp_cheetah.mk b/aosp_cheetah.mk index 004a7d5..7adf23c 100644 --- a/aosp_cheetah.mk +++ b/aosp_cheetah.mk @@ -27,9 +27,3 @@ PRODUCT_DEVICE := cheetah PRODUCT_MODEL := AOSP on Cheetah PRODUCT_BRAND := Android PRODUCT_MANUFACTURER := Google - -# 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 diff --git a/aosp_panther.mk b/aosp_panther.mk index 1f640c8..61048de 100644 --- a/aosp_panther.mk +++ b/aosp_panther.mk @@ -27,9 +27,3 @@ PRODUCT_DEVICE := panther PRODUCT_MODEL := AOSP on Panther PRODUCT_BRAND := Android PRODUCT_MANUFACTURER := Google - -# 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