Merge "Match src paths with aidl package name" am: 9af3b16c72
am: b12b3393f8
Change-Id: Ieadc77e50956af0cf2dfbbb4148a75f03a18927e
This commit is contained in:
commit
294a8e7b07
1 changed files with 10 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ cc_library_static {
|
|||
"uid_info.cpp",
|
||||
"storaged.proto",
|
||||
":storaged_aidl",
|
||||
"binder/android/os/storaged/IStoragedPrivate.aidl",
|
||||
":storaged_aidl_private",
|
||||
],
|
||||
|
||||
static_libs: ["libhealthhalutils"],
|
||||
|
|
@ -116,4 +116,13 @@ filegroup {
|
|||
srcs: [
|
||||
"binder/android/os/IStoraged.aidl",
|
||||
],
|
||||
path: "binder",
|
||||
}
|
||||
|
||||
filegroup {
|
||||
name: "storaged_aidl_private",
|
||||
srcs: [
|
||||
"binder/android/os/storaged/IStoragedPrivate.aidl",
|
||||
],
|
||||
path: "binder",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue