From 18a75cb2c4d02f8cf75063b2bf55531a5c01c717 Mon Sep 17 00:00:00 2001 From: Jayant Chowdhary Date: Mon, 1 Oct 2018 22:52:07 +0000 Subject: [PATCH] Reland "Add libbinderthreadstate to the VNDK."" This reverts commit 13467f599378d7437bc26b55de10c81534845444. Reason for revert: Dependencies which broke tests due to exclusion from LOCAL_JNI_SHARED_LIBS have been added. Change-Id: I4aca69d7bfa12a132b8334deb61ed350b434f5df --- target/product/vndk/current.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/product/vndk/current.txt b/target/product/vndk/current.txt index 15b52bb9c..38c2776d7 100644 --- a/target/product/vndk/current.txt +++ b/target/product/vndk/current.txt @@ -29,6 +29,7 @@ VNDK-SP: libRS_internal.so VNDK-SP: libbacktrace.so VNDK-SP: libbase.so VNDK-SP: libbcinfo.so +VNDK-SP: libbinderthreadstate.so VNDK-SP: libblas.so VNDK-SP: libc++.so VNDK-SP: libcompiler_rt.so @@ -250,6 +251,7 @@ VNDK-core: libxml2.so VNDK-core: libyuv.so VNDK-core: libziparchive.so VNDK-private: libbacktrace.so +VNDK-private: libbinderthreadstate.so VNDK-private: libblas.so VNDK-private: libcompiler_rt.so VNDK-private: libft2.so