Merge "Use no_full_install: true instead of installable: false" into main
This commit is contained in:
commit
babf597508
1 changed files with 2 additions and 2 deletions
|
@ -326,7 +326,7 @@ cc_binary {
|
|||
recovery_available: false,
|
||||
static_libs: ["libinit.microdroid"],
|
||||
cflags: ["-DMICRODROID=1"],
|
||||
installable: false,
|
||||
no_full_install: true,
|
||||
visibility: ["//packages/modules/Virtualization/microdroid"],
|
||||
}
|
||||
|
||||
|
@ -476,7 +476,7 @@ cc_binary {
|
|||
"init_first_stage_defaults",
|
||||
],
|
||||
cflags: ["-DMICRODROID=1"],
|
||||
installable: false,
|
||||
no_full_install: true,
|
||||
}
|
||||
|
||||
phony {
|
||||
|
|
Loading…
Reference in a new issue