Skip to content

Commit 630aa07

Browse files
Steven MorelandGerrit Code Review
authored andcommitted
Merge "remove libbinder_ndk_helper_headers" into main
2 parents 889d176 + 765158e commit 630aa07

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

libs/binder/ndk/Android.bp

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -246,26 +246,13 @@ ndk_headers {
246246
license: "NOTICE",
247247
}
248248

249-
// TODO(b/160624671): package with the aidl compiler
250-
ndk_headers {
251-
name: "libbinder_ndk_helper_headers",
252-
from: "include_cpp/android",
253-
to: "android",
254-
srcs: [
255-
"include_cpp/android/*.h",
256-
],
257-
license: "NOTICE",
258-
// These are intentionally not C. It's a mistake that they're in the NDK.
259-
// See the bug above.
260-
skip_verification: true,
261-
}
249+
// include_cpp are packaged in development/build/sdk.atree with the AIDL compiler
262250

263251
ndk_library {
264252
name: "libbinder_ndk",
265253
symbol_file: "libbinder_ndk.map.txt",
266254
first_version: "29",
267255
export_header_libs: [
268256
"libbinder_ndk_headers",
269-
"libbinder_ndk_helper_headers",
270257
],
271258
}

0 commit comments

Comments
 (0)