File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
263251ndk_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}
You can’t perform that action at this time.
0 commit comments