diff options
author | 2024-11-01 22:34:36 +0000 | |
---|---|---|
committer | 2024-11-01 22:34:36 +0000 | |
commit | 9fe7eaff1090bcfc0af2b94e92de0cdeeea61b10 (patch) | |
tree | c2ea15956df2b61b96d376c35f9d38485d748864 /android/variable.go | |
parent | c1a82d9ea0963c3bc41753994c1c336748f975b5 (diff) | |
parent | 9f06a4fca3b9d5dbf8c68692e3701a8e1aeb6d29 (diff) |
Merge "Autogenerate a soong module to build odm.img" into main am: 7e0fdef242 am: 9f06a4fca3
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3328349
Change-Id: I008df4f6e1fb4742c2301b020fa6e3a80f6343fb
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index dfcb4f135..3e168536f 100644 --- a/android/variable.go +++ b/android/variable.go @@ -342,6 +342,7 @@ type ProductVariables struct { VendorPath *string `json:",omitempty"` BuildingVendorImage *bool `json:",omitempty"` OdmPath *string `json:",omitempty"` + BuildingOdmImage *bool `json:",omitempty"` ProductPath *string `json:",omitempty"` BuildingProductImage *bool `json:",omitempty"` SystemExtPath *string `json:",omitempty"` |