From f8b6fefcd1e77917ddd7ccd47b2a4be0ae0e954f Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Thu, 28 Mar 2019 17:22:08 +0000 Subject: [PATCH] Drop libsigchain from the system image. It is now in the Runtime APEX and considered internal there. Test: Flash and boot Test: atest CtsCompilationTestCases CtsBionicTestCases Bug: 118374951 Bug: 124293228 Change-Id: I33bb9c238d7db46795deb592c9d20fe6591c1654 --- core/Makefile | 2 +- target/product/base_system.mk | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/Makefile b/core/Makefile index 4def109d96..66e1fe181b 100644 --- a/core/Makefile +++ b/core/Makefile @@ -2166,7 +2166,7 @@ endif # libicuuc.so # libnativehelper.so - cf_x86_phone-userdebug builds get this in system/lib/arm # libprofile.so -# libsigchain.so +# libsigchain.so - cf_x86_phone-userdebug builds get this in system/lib/arm # libtombstoned_client.so APEX_MODULE_LIBS= \ libadbconnection.so \ diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 6b9f4b4870..6d161b4b8e 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -165,7 +165,6 @@ PRODUCT_PACKAGES += \ libradio_metadata \ librtp_jni \ libsensorservice \ - libsigchain \ libskia \ libsonic \ libsonivox \