diff options
author | 2019-04-09 20:40:59 +0100 | |
---|---|---|
committer | 2019-04-15 12:00:38 +0000 | |
commit | 2e2c45efd6233b831e0ea5f763c0c27c1494e30f (patch) | |
tree | 7da73f6720a85921b2e06658a5a835b4604178aa /build/apex/art_apex_test.py | |
parent | a3b31ba6ee409f11889af604d91d8786458ea48f (diff) |
Plumb tombstoned connections through PALette.
This removes APEX internal dependencies on libtombstoned_client and
libcutils.
Test: art/build/apex/runtests.sh
Test: adb shell killall -QUIT system_server; check tombstoned report in /data/anr
Test: Make /data nearly full; adb shell killall -QUIT system_server; check
that the report in /data/anr has zero length and that the stack traces are
sent to logcat instead
Bug: 130025619
Change-Id: I93dae3729c0e4de9e32b942e6c85915b56d8114a
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-x | build/apex/art_apex_test.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index b93a705c3e..4fc102a519 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py @@ -450,9 +450,6 @@ class ReleaseChecker: self._checker.check_optional_native_library('libclang_rt.hwasan*') self._checker.check_optional_native_library('libclang_rt.ubsan*') - # TODO(b/130025619): Get rid of this dependency. - self._checker.check_native_library('libcutils') - class ReleaseTargetChecker: def __init__(self, checker): @@ -497,7 +494,6 @@ class ReleaseTargetChecker: self._checker.check_native_library('libicui18n') self._checker.check_native_library('libicuuc') self._checker.check_native_library('libpac') - self._checker.check_native_library('libtombstoned_client') self._checker.check_native_library('libz') # TODO(b/124293228): Cuttlefish puts ARM libs in a lib/arm subdirectory. |