lineage: add soong bits for boardflags

Change-Id: If01db1eb6b1432a6c4d26d5c9701895ab4dc3ff5
This commit is contained in:
Simon Shields
2017-08-23 12:03:36 +10:00
committed by Dan Pasanen
parent 19464ebac0
commit 4ed4605ed8
3 changed files with 18 additions and 0 deletions

7
build/soong/Android.bp Normal file
View File

@@ -0,0 +1,7 @@
bootstrap_go_package {
name: "soong-lineage",
pkgPath: "lineage/soong/android",
srcs: [
"android/variable.go",
],
}

View File

@@ -0,0 +1,6 @@
package android
type Product_variables struct {
}
type ProductVariables struct {
}

View File

@@ -0,0 +1,5 @@
lineage_soong:
$(hide) mkdir -p $(dir $@)
$(hide) (\
echo '{'; \
echo '') > $(SOONG_VARIABLES_TMP)