OSDN Git Service

Add a 'dalvik' shell script.
authorJesse Wilson <jessewilson@google.com>
Thu, 17 Mar 2011 23:57:14 +0000 (16:57 -0700)
committerJesse Wilson <jessewilson@google.com>
Thu, 17 Mar 2011 23:57:14 +0000 (16:57 -0700)
Change-Id: I141607d8b021a4b27c059d32391cc96f554c5ac7
http://b/4128077

target/product/core.mk

index 3eb72d3..c86dee9 100644 (file)
@@ -85,5 +85,6 @@ ifeq ($(WITH_HOST_DALVIK),true)
     PRODUCT_PACKAGES += \
         bouncycastle-hostdex \
         core-hostdex \
-        libjavacore-host
+        libjavacore-host \
+        dalvik
 endif