diff options
| author | 2022-02-16 06:40:53 +0000 | |
|---|---|---|
| committer | 2022-02-16 06:42:11 +0000 | |
| commit | e1bbdf4d7e271baacad0dfa3e94b676b167aa9bd (patch) | |
| tree | 875c655ed5e41b89727ba3623ae75d0b1ac3a944 | |
| parent | 36bb3e8516f7259e98d974d1d66be565b84bca92 (diff) | |
Revert "Remove non-NDK headers from the NDK."
This reverts commit 36bb3e8516f7259e98d974d1d66be565b84bca92.
Reason for revert: build breakage
Bug: 219856294
Change-Id: If05c21c01d11b57a084c29e4663878fd4784badf
| -rw-r--r-- | libs/binder/ndk/Android.bp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libs/binder/ndk/Android.bp b/libs/binder/ndk/Android.bp index 9eb49cff07..77493b3882 100644 --- a/libs/binder/ndk/Android.bp +++ b/libs/binder/ndk/Android.bp @@ -175,6 +175,17 @@ ndk_headers { license: "NOTICE", } +// TODO(b/160624671): package with the aidl compiler +ndk_headers { + name: "libbinder_ndk_helper_headers", + from: "include_cpp/android", + to: "android", + srcs: [ + "include_cpp/android/*.h", + ], + license: "NOTICE", +} + ndk_library { name: "libbinder_ndk", symbol_file: "libbinder_ndk.map.txt", |