raviole: 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 f1ec0c5511
commit c616c30e3d
No known key found for this signature in database
2 changed files with 0 additions and 12 deletions

View file

@ -22,9 +22,3 @@ PRODUCT_DEVICE := oriole
PRODUCT_MODEL := AOSP on Oriole
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

@ -22,9 +22,3 @@ PRODUCT_DEVICE := raven
PRODUCT_MODEL := AOSP on Raven
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