Merge "Use no_full_install: true instead of installable: false" into main

This commit is contained in:
Treehugger Robot 2024-05-04 00:04:03 +00:00 committed by Gerrit Code Review
commit babf597508

View file

@ -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 {