From 2e2c45efd6233b831e0ea5f763c0c27c1494e30f Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 9 Apr 2019 20:40:59 +0100 Subject: 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 --- build/apex/art_apex_test.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'build/apex/art_apex_test.py') 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. -- cgit v1.2.3-59-g8ed1b