summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorPiotr Gurgul <pgurgul@google.com>2010-09-02 19:15:30 -0700
committerPiotr Gurgul <pgurgul@google.com>2010-09-09 15:09:24 -0700
commitadcf37c5226629ed9cb5e73ee7627e0a45764cab (patch)
treee2cc8ee735e5f492f32ce52366b0e02b04b2a24b /Android.mk
parente07c0f48a6aa2cb2d6301930e6b4290488cd7b46 (diff)
downloaddalvik-adcf37c5226629ed9cb5e73ee7627e0a45764cab.tar.gz
Add dexgen helper classes and Android.mk
This commit adds the very first classes to the dexgen project together with its Android.mk file. These are the helper classes needed by dex class builder. Change-Id: I47f8132443f43881826d24a854ab6bafb14181bd
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index e70e5f5f7..7a950a1dc 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,6 +18,7 @@ subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
libdex \
vm \
dalvikvm \
+ dexgen \
dexlist \
dexopt \
dexdump \