commit | cdc8de4642ca447a7ed205f0d2203cb217e48aad | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Jul 19 14:23:17 2011 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Tue Jul 19 16:09:47 2011 -0700 |
tree | 82b77592caaaefaf49dae5193294446cce68faf1 | |
parent | be9778540dfc70d154bb17f722c0b7fe454e2a8f [diff] [blame] |
Move base64 to test code Change-Id: I0cda5d8a559a2d60250c1d8a8ee6f69509515214
diff --git a/Android.mk b/Android.mk index e32cc7a..ee8cce7 100644 --- a/Android.mk +++ b/Android.mk
@@ -18,6 +18,8 @@ include $(CLEAR_VARS) build_path := $(LOCAL_PATH)/build +include $(build_path)/Android.common.mk + include $(build_path)/Android.libart.mk include $(build_path)/Android.test.mk include $(build_path)/Android.aexec.mk