diff options
author | 2023-06-02 14:59:10 +0000 | |
---|---|---|
committer | 2023-06-02 14:59:10 +0000 | |
commit | f508c252bb0bba6df49ceca5dbde28e9aa48cac1 (patch) | |
tree | 18360321b27c8171b0d9fdc6a48184c72d28ce40 /android/variable.go | |
parent | b25cbb3449fe589281f04ba9132986aa9bbe3a44 (diff) | |
parent | 4f65a03d30a4f89ca3eeca70ada21cd79c43b220 (diff) |
Merge "Drop INTERNAL_PLATFORM_MISSING_USES_LIBRARIES."
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/android/variable.go b/android/variable.go index 77888e586..972663bb0 100644 --- a/android/variable.go +++ b/android/variable.go @@ -420,8 +420,6 @@ type productVariables struct { TargetFSConfigGen []string `json:",omitempty"` - MissingUsesLibraries []string `json:",omitempty"` - EnforceProductPartitionInterface *bool `json:",omitempty"` EnforceInterPartitionJavaSdkLibrary *bool `json:",omitempty"` |