diff options
author | Neil Fuller <nfuller@google.com> | 2018-11-20 19:43:10 +0000 |
---|---|---|
committer | Neil Fuller <nfuller@google.com> | 2018-11-27 08:58:43 +0000 |
commit | 7a4d3dbd008b4fbdd24df5788ca828a31d03076f (patch) | |
tree | c53383d11a305c0d7b86a20071aa4e0cdf44393f /non_openjdk_java_files.bp | |
parent | c111ea524cb957ee868d83f661b6d743f3a0e875 (diff) |
Add initial support for RuntimeService
Adds a CoreLibraryDebug class to provide debug info about
the managed core library. It can later call into bionic
via JNI as needed to add any debug information we want to
expose from libc, etc.
This change also modifies the Core Platform API so that the
RuntimeService in framework (just) has what it needs.
Bug: 119026403
Bug: 118242715
Test: build / boot / adb shell dumpsys runtimeinfo
Change-Id: I9c889c26404c88f40baccfdcd2bab7f012174562
Diffstat (limited to 'non_openjdk_java_files.bp')
-rw-r--r-- | non_openjdk_java_files.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/non_openjdk_java_files.bp b/non_openjdk_java_files.bp index 40dc085849..21421f69f1 100644 --- a/non_openjdk_java_files.bp +++ b/non_openjdk_java_files.bp @@ -188,6 +188,8 @@ filegroup { "luni/src/main/java/libcore/timezone/TzDataSetVersion.java", "luni/src/main/java/libcore/util/ArrayUtils.java", "luni/src/main/java/libcore/util/BasicLruCache.java", + "luni/src/main/java/libcore/util/CoreLibraryDebug.java", + "luni/src/main/java/libcore/util/DebugInfo.java", "luni/src/main/java/libcore/util/EmptyArray.java", "luni/src/main/java/libcore/util/HexEncoding.java", "luni/src/main/java/libcore/util/NativeAllocationRegistry.java", |