Loading Android.bp +22 −0 Original line number Diff line number Diff line Loading @@ -20,3 +20,25 @@ cc_library_headers { vendor: true, export_include_dirs: ["include_sensor"], } filegroup { name: "framework_native_aidl_binder", srcs: ["aidl/binder/**/*.aidl"], path: "aidl/binder", visibility: ["//frameworks/native"], } filegroup { name: "framework_native_aidl_gui", srcs: ["aidl/gui/**/*.aidl"], path: "aidl/gui", visibility: ["//frameworks/native"], } filegroup { name: "framework_native_aidl", srcs: [ ":framework_native_aidl_binder", ":framework_native_aidl_gui", ], } Loading
Android.bp +22 −0 Original line number Diff line number Diff line Loading @@ -20,3 +20,25 @@ cc_library_headers { vendor: true, export_include_dirs: ["include_sensor"], } filegroup { name: "framework_native_aidl_binder", srcs: ["aidl/binder/**/*.aidl"], path: "aidl/binder", visibility: ["//frameworks/native"], } filegroup { name: "framework_native_aidl_gui", srcs: ["aidl/gui/**/*.aidl"], path: "aidl/gui", visibility: ["//frameworks/native"], } filegroup { name: "framework_native_aidl", srcs: [ ":framework_native_aidl_binder", ":framework_native_aidl_gui", ], }