bluejay: 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 eeb30011f6
commit 83c8247ec6
No known key found for this signature in database

View file

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