Remove pdk product variable

It has no effect.

Test: Presubmits
Change-Id: Ia15cd99ce083294a119203c416046e43d20bf87f
This commit is contained in:
Cole Faust
2023-08-10 10:20:03 -07:00
parent 97e9b0cb8e
commit 8dc9e917aa
2 changed files with 0 additions and 9 deletions

View File

@@ -160,11 +160,6 @@ type variableProperties struct {
}
}
// Deprecated, has no effect as of aosp/1319667
Pdk struct {
Enabled *bool `android:"arch_variant"`
} `android:"arch_variant"`
Uml struct {
Cppflags []string
}