commit | 8a283640d690bd2dcafc7637b6959d2ac66e8c2e | [log] [tgz] |
---|---|---|
author | Simon Shields <simon@lineageos.org> | Wed Aug 23 12:03:36 2017 +1000 |
committer | Max Weninger <max.weninger@gmail.com> | Sat Mar 23 09:24:43 2019 +0100 |
tree | ca7a00e30863db119de09a9e0225ef959f37a5fa | |
parent | e8fe0001c252a0b15eded26ff14bbbb32bd53331 [diff] [blame] |
vendor: add soong bits for boardflags Change-Id: If01db1eb6b1432a6c4d26d5c9701895ab4dc3ff5
diff --git a/build/soong/android/variable.go b/build/soong/android/variable.go new file mode 100644 index 0000000..11569a3 --- /dev/null +++ b/build/soong/android/variable.go
@@ -0,0 +1,6 @@ +package android +type Product_variables struct { +} + +type ProductVariables struct { +}