commit | 4cbc9d1d5f9b7f5d7cee8b269e36ee231e975f06 | [log] [tgz] |
---|---|---|
author | frap129 <joe@maples.dev> | Wed Jun 12 15:03:53 2019 +0200 |
committer | Marko Man <darkobas@gmail.com> | Wed Jun 19 13:47:53 2019 +0200 |
tree | 68619503a0cf8850c32014123a40102642af3bb3 | |
parent | 4d6e828e3cc5b44462e7b4c82301ce129d7383c4 [diff] [blame] |
soong: add sdclang Change-Id: Ib2b955f76ed15934b11fa2f7b58cf71ea772077a
diff --git a/build/soong/android/variable.go b/build/soong/android/variable.go index d2f2e5b..b83e953 100644 --- a/build/soong/android/variable.go +++ b/build/soong/android/variable.go
@@ -15,4 +15,5 @@ Healthd_use_battery_info *bool `json:",omitempty"` TargetNeedsHWCOnFirstRef *bool `json:",omitempty"` Uses_metadata_as_fde_key *bool `json:",omitempty"` + Target_use_sdclang *bool `json:",omitempty"` }