From 4f65a03d30a4f89ca3eeca70ada21cd79c43b220 Mon Sep 17 00:00:00 2001 From: Jiakai Zhang Date: Thu, 1 Jun 2023 15:16:58 +0100 Subject: Drop INTERNAL_PLATFORM_MISSING_USES_LIBRARIES. Bug: 282877248 Test: Presubmit build tests. Change-Id: Idd69433f308f5f47973ff0d5340a2399a27cb32c --- android/config.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'android/config.go') 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 } -- cgit v1.2.3-59-g8ed1b