diff options
author | 2023-06-02 14:59:10 +0000 | |
---|---|---|
committer | 2023-06-02 14:59:10 +0000 | |
commit | f508c252bb0bba6df49ceca5dbde28e9aa48cac1 (patch) | |
tree | 18360321b27c8171b0d9fdc6a48184c72d28ce40 /android/config.go | |
parent | b25cbb3449fe589281f04ba9132986aa9bbe3a44 (diff) | |
parent | 4f65a03d30a4f89ca3eeca70ada21cd79c43b220 (diff) |
Merge "Drop INTERNAL_PLATFORM_MISSING_USES_LIBRARIES."
Diffstat (limited to 'android/config.go')
-rw-r--r-- | android/config.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/config.go b/android/config.go index bed57e3b5..14fc04d11 100644 --- a/android/config.go +++ b/android/config.go @@ -1710,10 +1710,6 @@ func (c *config) ProductPrivateSepolicyDirs() []string { return c.productVariables.ProductPrivateSepolicyDirs } -func (c *config) MissingUsesLibraries() []string { - return c.productVariables.MissingUsesLibraries -} - func (c *config) TargetMultitreeUpdateMeta() bool { return c.productVariables.MultitreeUpdateMeta } |