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