summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Steven Moreland <smoreland@google.com> 2024-08-26 21:54:36 +0000
committer Steven Moreland <smoreland@google.com> 2024-08-26 22:10:08 +0000
commit765158ee2c8adf61e047d29411657a11d835fa08 (patch)
tree0e6f0d45a5f66cf7e2ff2412a2a63b0b5b7bdc9e /libs
parent5a74561a2b3d7d58a3e0034629b2eee277dfae20 (diff)
remove libbinder_ndk_helper_headers
This is packaged in sdk.atree. Fixes: 357711733 Test: N/A Change-Id: Id8274f2865641acc62ae0f14c79c4fbfedaa021d
Diffstat (limited to 'libs')
-rw-r--r--libs/binder/ndk/Android.bp15
1 files changed, 1 insertions, 14 deletions
diff --git a/libs/binder/ndk/Android.bp b/libs/binder/ndk/Android.bp
index 4e02aceb86..163b5343c0 100644
--- a/libs/binder/ndk/Android.bp
+++ b/libs/binder/ndk/Android.bp
@@ -246,19 +246,7 @@ 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",
- // These are intentionally not C. It's a mistake that they're in the NDK.
- // See the bug above.
- skip_verification: true,
-}
+// include_cpp are packaged in development/build/sdk.atree with the AIDL compiler
ndk_library {
name: "libbinder_ndk",
@@ -266,6 +254,5 @@ ndk_library {
first_version: "29",
export_header_libs: [
"libbinder_ndk_headers",
- "libbinder_ndk_helper_headers",
],
}