diff options
author | 2024-06-27 00:03:33 +0000 | |
---|---|---|
committer | 2024-06-27 00:03:33 +0000 | |
commit | 5fe801b1e9c27ec11b06b19b3056a4fa7af7d66c (patch) | |
tree | cf8c0382387f2ce63fb2bca6ba8f2d1d778591f7 | |
parent | 6781d33a5f1f65031907dba71cbaf404a18459df (diff) |
Revert "libbinder: export fewer symbols for bionic builds"
This reverts commit 6781d33a5f1f65031907dba71cbaf404a18459df.
Reason for revert: Causes b/349657329
Change-Id: Id87786ad46b1b48b0040b75edc4ec64f2d382e73
Test: Local build of device with this reverted no longer has b/349657329
-rw-r--r-- | libs/binder/Android.bp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/binder/Android.bp b/libs/binder/Android.bp index bd6a08e09b..f31f8d3993 100644 --- a/libs/binder/Android.bp +++ b/libs/binder/Android.bp @@ -268,21 +268,6 @@ cc_defaults { "-DANDROID_BASE_UNIQUE_FD_DISABLE_IMPLICIT_CONVERSION", "-DANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION", ], - - target: { - bionic: { - // Hide symbols by default and set the BUILDING_LIBBINDER macro so that - // the code knows to export them. - // - // Only enabled on bionic builds, where RTTI is disabled, because - // it is failing to export required typeinfo symbols. - // TODO: b/341341056 - Find a solution for non-bionic builds. - cflags: [ - "-fvisibility=hidden", - "-DBUILDING_LIBBINDER", - ], - }, - }, } cc_defaults { |