Joe Onorato | 2314aab | 2010-04-08 16:41:23 -0500 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_MODULE_TAGS := optional |
| 5 | |
Brett Chabot | caf30a1 | 2011-07-28 19:33:22 -0700 | [diff] [blame] | 6 | LOCAL_SRC_FILES := $(call all-java-files-under, src) \ |
Jim Miller | 783cb60 | 2010-09-02 18:08:05 -0700 | [diff] [blame] | 7 | ../../../ex/carousel/java/com/android/ex/carousel/carousel.rs |
Joe Onorato | 2314aab | 2010-04-08 16:41:23 -0500 | [diff] [blame] | 8 | |
| 9 | LOCAL_JAVA_LIBRARIES := services |
| 10 | |
Jim Miller | 783cb60 | 2010-09-02 18:08:05 -0700 | [diff] [blame] | 11 | LOCAL_STATIC_JAVA_LIBRARIES := android-common-carousel |
| 12 | |
Joe Onorato | 79de0c5 | 2010-05-26 17:03:26 -0400 | [diff] [blame] | 13 | LOCAL_PACKAGE_NAME := SystemUI |
Joe Onorato | 2314aab | 2010-04-08 16:41:23 -0500 | [diff] [blame] | 14 | LOCAL_CERTIFICATE := platform |
| 15 | |
Ying Wang | 55ca691 | 2010-09-30 13:20:45 -0700 | [diff] [blame] | 16 | LOCAL_PROGUARD_FLAG_FILES := proguard.flags |
Daniel Sandler | 1ab5cae | 2010-08-02 14:52:35 -0400 | [diff] [blame] | 17 | |
Joe Onorato | 2314aab | 2010-04-08 16:41:23 -0500 | [diff] [blame] | 18 | include $(BUILD_PACKAGE) |
Brett Chabot | caf30a1 | 2011-07-28 19:33:22 -0700 | [diff] [blame] | 19 | |
| 20 | include $(call all-makefiles-under,$(LOCAL_PATH)) |