commit | faf7f3e857c12b67249b2fe43d7e339870d1d911 | [log] [tgz] |
---|---|---|
author | Simon Shields <simon@lineageos.org> | Wed Aug 23 12:03:36 2017 +1000 |
committer | Jackeagle <jackeagle102@gmail.com> | Fri Sep 29 02:53:35 2017 -0400 |
tree | e7b0279be2041dd5360309674985186fa0c20098 | |
parent | 653994d13933e1bb276332fd1b34387ece248b89 [diff] [blame] |
bliss: add soong bits for boardflags Change-Id: If01db1eb6b1432a6c4d26d5c9701895ab4dc3ff5
diff --git a/build/soong/Android.bp b/build/soong/Android.bp new file mode 100644 index 0000000..2cb1afa --- /dev/null +++ b/build/soong/Android.bp
@@ -0,0 +1,7 @@ +bootstrap_go_package { + name: "soong-bliss", + pkgPath: "bliss/soong/android", + srcs: [ + "android/variable.go", + ], +}