Remove VNDK definition(s)

As of VNDK deprecation, any libraries that defines vndk is no longer
valid anymore. This change removes all VNDK definition(s) from modules
which was VNDK.

Bug: 328994089
Test: AOSP CF build succeeded
Change-Id: Ie13b26cb67459ab6453fac09ca7a8bab5746f0af
This commit is contained in:
Kiyoung Kim
2024-03-11 13:04:32 +09:00
parent a7f30384a8
commit 54fd8fb0de

View File

@@ -77,9 +77,6 @@ cc_library {
defaults: ["piex_default_cflags"],
vendor_available: true,
product_available: true,
vndk: {
enabled: true,
},
srcs: [
"src/piex.cc",
"src/piex_cr3.cc",