From e104440fe5bbffc5e30d5e16fb54b6ca322db853 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 19 Jun 2025 05:15:52 +0300 Subject: [PATCH] pantah: Drop deprecated com.android.vndk.current.on_vendor Change-Id: I9e5827ebf0aa0438d85f16db55273c7c7306c9e0 --- aosp_cheetah.mk | 6 ------ aosp_panther.mk | 6 ------ 2 files changed, 12 deletions(-) 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