diff options
author | Kenny Root <kroot@google.com> | 2014-05-14 19:46:07 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-14 19:46:07 +0000 |
commit | 4884f8738d73921825431adb12e0ef66b6541247 (patch) | |
tree | 1ce879b0ea9febfb76cd0238579cd319d23146d4 /target/product/core_minimal.mk | |
parent | 61fa8d83e3be729991f83aee407c450035f73ab4 (diff) | |
parent | d36d61bec8d728088a300a392b9815555a0203d4 (diff) | |
download | build-4884f8738d73921825431adb12e0ef66b6541247.zip build-4884f8738d73921825431adb12e0ef66b6541247.tar.gz build-4884f8738d73921825431adb12e0ef66b6541247.tar.bz2 |
am d36d61be: am abe42666: Move libkeystore to minimal
* commit 'd36d61bec8d728088a300a392b9815555a0203d4':
Move libkeystore to minimal
Diffstat (limited to 'target/product/core_minimal.mk')
-rw-r--r-- | target/product/core_minimal.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 7fbdee6..8d9ba15 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -52,6 +52,7 @@ PRODUCT_PACKAGES += \ libdrmframework \ libdrmframework_jni \ libfilterfw \ + libkeystore \ libsqlite_jni \ libwilhelm \ logd \ |