lineage: add soong bits for boardflags
Change-Id: If01db1eb6b1432a6c4d26d5c9701895ab4dc3ff5
This commit is contained in:
committed by
Dan Pasanen
parent
19464ebac0
commit
4ed4605ed8
7
build/soong/Android.bp
Normal file
7
build/soong/Android.bp
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
bootstrap_go_package {
|
||||||
|
name: "soong-lineage",
|
||||||
|
pkgPath: "lineage/soong/android",
|
||||||
|
srcs: [
|
||||||
|
"android/variable.go",
|
||||||
|
],
|
||||||
|
}
|
6
build/soong/android/variable.go
Normal file
6
build/soong/android/variable.go
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
package android
|
||||||
|
type Product_variables struct {
|
||||||
|
}
|
||||||
|
|
||||||
|
type ProductVariables struct {
|
||||||
|
}
|
5
build/soong/soong_config.mk
Normal file
5
build/soong/soong_config.mk
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
lineage_soong:
|
||||||
|
$(hide) mkdir -p $(dir $@)
|
||||||
|
$(hide) (\
|
||||||
|
echo '{'; \
|
||||||
|
echo '') > $(SOONG_VARIABLES_TMP)
|
Reference in New Issue
Block a user