Adnan Begovic | d7be1ca | 2015-08-04 16:45:56 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_STATIC_JAVA_LIBRARIES := \ |
| 5 | org.cyanogenmod.platform.sdk |
| 6 | |
| 7 | LOCAL_SRC_FILES := $(call all-subdir-java-files) |
| 8 | |
| 9 | LOCAL_PACKAGE_NAME := CMProfiles |
| 10 | |
| 11 | include $(BUILD_PACKAGE) |