Merge "Fixed a wrong AIDL import path"
This commit is contained in:
commit
aa038e2f4d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue