diff options
author | 2024-09-04 00:13:46 +0000 | |
---|---|---|
committer | 2024-09-04 00:13:46 +0000 | |
commit | 1af8a3eef46e4dcef8c69e43e30291211c2964ce (patch) | |
tree | de7d550bcfd58566283aeb036fee5fe7ed8121c9 /libs | |
parent | 351a8df928e45f1c7ca6a47125a7c3d8deed8bc9 (diff) | |
parent | b9d2a75661abfb0e3559d9d383bbdcf30aaab226 (diff) |
Merge "Remove NDK exports" into main
Diffstat (limited to 'libs')
-rw-r--r-- | libs/nativewindow/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/nativewindow/Android.bp b/libs/nativewindow/Android.bp index 855807472e..a8a86ba1a9 100644 --- a/libs/nativewindow/Android.bp +++ b/libs/nativewindow/Android.bp @@ -67,9 +67,6 @@ ndk_library { // Android O first_version: "26", - export_header_libs: [ - "libnativewindow_ndk_headers", - ], } cc_library { |