mirror of
https://github.com/Evolution-X/external_piex
synced 2026-01-27 12:07:02 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user