diff --git a/apex/apex.go b/apex/apex.go index 65158bf7b..a5099fd3d 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -185,12 +185,6 @@ func makeApexAvailableBaseline() map[string][]string { // // Module separator // - m["com.android.conscrypt"] = []string{ - "libnativehelper_header_only", - } - // - // Module separator - // m["com.android.extservices"] = []string{ "error_prone_annotations", "ExtServices-core", @@ -500,7 +494,6 @@ func makeApexAvailableBaseline() map[string][]string { "libbase_ndk", "libfuse", "libfuse_jni", - "libnativehelper_header_only", } // // Module separator @@ -595,7 +588,6 @@ func makeApexAvailableBaseline() map[string][]string { "ipmemorystore-aidl-interfaces-java", "libcgrouprc", "libcgrouprc_format", - "libnativehelper_compat_libc++", "libtetherutilsjni", "libvndksupport", "net-utils-framework-common",