Merge "Added libinit_headers to Android.bp"
This commit is contained in:
commit
ac9b59ed5a
1 changed files with 6 additions and 0 deletions
|
|
@ -202,6 +202,12 @@ libinit_cc_defaults {
|
|||
visibility: [":__subpackages__"],
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
name: "libinit_headers",
|
||||
export_include_dirs: ["."],
|
||||
visibility: [":__subpackages__"],
|
||||
}
|
||||
|
||||
cc_library_static {
|
||||
name: "libinit",
|
||||
recovery_available: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue