diff options
| -rw-r--r-- | apex/apex.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apex/apex.go b/apex/apex.go index e06a96730..662bbbd0b 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -2847,14 +2847,6 @@ func makeApexAvailableBaseline() map[string][]string { // // Module separator // - m["com.android.sdkext"] = []string{ - "fmtlib_ndk", - "libbase_ndk", - "libprotobuf-cpp-lite-ndk", - } - // - // Module separator - // m["com.android.os.statsd"] = []string{ "libstatssocket", } |