aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:33 +0900
committerKiyoung Kim <kiyoungkim@google.com>2024-03-11 13:04:33 +0900
commit19ec5dffc5da05da52070b21be283d20160cc020 (patch)
treeb3d6eeaa2a4c3856d99aec0e5cd99070ad2472e7
parent9597d7410b2573aa7bf6175b8c1978a17d1da4d7 (diff)
downloadlibexif-master.tar.gz
Remove VNDK definition(s)HEADmastermain
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: I7e240b335a1ae816d671b2c128b36c8ed30a83fe
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 2d60fc8..27b0895 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,9 +65,6 @@ cc_library_shared {
name: "libexif",
host_supported: true,
vendor_available: true,
- vndk: {
- enabled: true,
- },
srcs: [
"libexif/exif-byte-order.c",