pantah: Drop deprecated com.android.vndk.current.on_vendor

Change-Id: I9e5827ebf0aa0438d85f16db55273c7c7306c9e0
This commit is contained in:
Michael Bestas 2025-06-19 05:15:52 +03:00 committed by Michael Bestas
parent 7b2692ce56
commit e104440fe5
No known key found for this signature in database
2 changed files with 0 additions and 12 deletions

View file

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

View file

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