Merge "Fixed a wrong AIDL import path" am: aa038e2f4d
am: b35ead2c3a
am: 3c78c789d6
Change-Id: Ifccc45bfaf67cc31f12902f56bcc50da238f8901
This commit is contained in:
commit
cc64e0c9af
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,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