summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2023-07-31 12:10:12 -0700
committer Cole Faust <colefaust@google.com> 2023-08-03 10:12:09 -0700
commit87c0c33a6521cddae2ffdc4f264817ee1b5affb2 (patch)
tree164cb15babdd7bc4681db3c06bb9eaaf37bda961 /android/variable.go
parenta5e9abe75f2e49551754c6ef46bcc94e90deca8b (diff)
Make bp2build-generated selects() based on product config build settings
...instead of based on constraint settings. Bug: 269577299 Test: m nothing and ./build/bazel/ci/bp2build.sh Change-Id: Ib9caec79c92b8fd304e46be841de5612bd1637e3
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 7fb81b905..03a80c161 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -160,6 +160,7 @@ type variableProperties struct {
}
}
+ // Deprecated, has no effect as of aosp/1319667
Pdk struct {
Enabled *bool `android:"arch_variant"`
} `android:"arch_variant"`