Merge "Match src paths with aidl package name"
am: 9af3b16c72
Change-Id: I4dee345441d29f050d325cf23e67a5d254c25e31
This commit is contained in:
commit
b12b3393f8
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