Merge "Don't build host binary for applypatch" am: e9d25da64d
Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/1551265 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5d9f688d739df6b0fa5620d08f883fd88f675f10
This commit is contained in:
commit
ac1e0c338b
1 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@ cc_library_static {
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libapplypatch_modes",
|
name: "libapplypatch_modes",
|
||||||
vendor_available: true,
|
vendor_available: true,
|
||||||
host_supported: true,
|
|
||||||
|
|
||||||
defaults: [
|
defaults: [
|
||||||
"applypatch_defaults",
|
"applypatch_defaults",
|
||||||
|
@ -96,7 +95,6 @@ cc_library_static {
|
||||||
cc_binary {
|
cc_binary {
|
||||||
name: "applypatch",
|
name: "applypatch",
|
||||||
vendor: true,
|
vendor: true,
|
||||||
host_supported: true,
|
|
||||||
|
|
||||||
defaults: [
|
defaults: [
|
||||||
"applypatch_defaults",
|
"applypatch_defaults",
|
||||||
|
|
Loading…
Reference in a new issue