The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Jean-Baptiste Queru | 0abab88 | 2010-01-05 16:27:15 -0800 | [diff] [blame] | 4 | LOCAL_MODULE_TAGS := optional |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 5 | |
| 6 | LOCAL_SRC_FILES := $(call all-subdir-java-files) |
| 7 | |
| 8 | LOCAL_PACKAGE_NAME := Fallback |
Anton Hansson | 44b2e0d | 2018-02-21 14:11:42 +0000 | [diff] [blame] | 9 | LOCAL_SDK_VERSION := current |
The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 10 | |
| 11 | include $(BUILD_PACKAGE) |