commit | cd82dceb3cbe82545036b9362f3e328952fab705 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Oct 27 13:23:29 2016 -0700 |
committer | Andreas Gampe <agampe@google.com> | Thu Nov 17 13:05:13 2016 -0800 |
tree | 87204c1f8a2f8a79d5b0371ff446412fd8c7a51f | |
parent | e4fb495b09cb919b6517c2ad7b8eea09c34d555d [diff] |
Build: Add agent library to default packages Add libopenjdkjvmti to ART dependencies. Bug: 31455788 Test: m && ls $OUT/system/lib/libopenjdkjvmti.so Change-Id: Iccf35f04548d74df87ec05f2cb555c1db9d137c6
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index 5fd4d7e..a420fbd 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk
@@ -43,6 +43,7 @@ libjavacore \ libopenjdk \ libopenjdkjvm \ + libopenjdkjvmti \ libnativehelper \ libssl \ libz \