Jean-Michel Trivi | cfe4476 | 2009-04-03 15:04:27 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | include $(CLEAR_VARS) | ||||
3 | |||||
4 | LOCAL_MODULE_TAGS := samples | ||||
5 | |||||
6 | LOCAL_SRC_FILES := $(call all-subdir-java-files) | ||||
7 | |||||
8 | LOCAL_PACKAGE_NAME := JETBoy | ||||
9 | |||||
Brett Chabot | e2e7ec9 | 2011-07-14 19:06:31 -0700 | [diff] [blame] | 10 | LOCAL_SDK_VERSION := current |
11 | |||||
Christopher Ferris | 0e2da18 | 2016-04-19 14:27:18 -0700 | [diff] [blame] | 12 | LOCAL_DEX_PREOPT := false |
13 | |||||
Jean-Michel Trivi | cfe4476 | 2009-04-03 15:04:27 -0700 | [diff] [blame] | 14 | include $(BUILD_PACKAGE) |