Merge "Fixed a wrong AIDL import path"

am: aa038e2f4d

Change-Id: I8f3bf6b512ac1a0509ceb17cfa35efd0af6581b8
gugelfrei
Jiyong Park 5 years ago committed by android-build-merger
commit b35ead2c3a

@ -81,7 +81,7 @@ cc_library_static {
local_include_dirs: ["binder"], local_include_dirs: ["binder"],
include_dirs: [ include_dirs: [
"frameworks/native/aidl/binder", "frameworks/native/aidl/binder",
"frameworks/base/core/java/android/os/incremental", "frameworks/base/core/java",
], ],
export_aidl_headers: true, export_aidl_headers: true,
}, },

Loading…
Cancel
Save