commit | 4ed4605ed8448c57ff19a3ba6c11d3d346c90c38 | [log] [tgz] |
---|---|---|
author | Simon Shields <simon@lineageos.org> | Wed Aug 23 12:03:36 2017 +1000 |
committer | Dan Pasanen <dan.pasanen@gmail.com> | Fri Aug 25 07:53:37 2017 -0500 |
tree | 14e9d5df1c429dbfd8cb3ebf2a43d7345a0b9b59 | |
parent | 19464ebac09647a2919567b79246e0ae46d80afb [diff] [blame] |
lineage: 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 { +}