lineage: add soong bits for boardflags

Change-Id: If01db1eb6b1432a6c4d26d5c9701895ab4dc3ff5
gugelfrei
Simon Shields 7 years ago committed by Dan Pasanen
parent 19464ebac0
commit 4ed4605ed8

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

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

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