caf30a18b5
Change-Id: Ice2cbc656f9814da7d0634644a250c1af9243ad1
21 lines
477 B
Makefile
21 lines
477 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_SRC_FILES := $(call all-java-files-under, src) \
|
|
../../../ex/carousel/java/com/android/ex/carousel/carousel.rs
|
|
|
|
LOCAL_JAVA_LIBRARIES := services
|
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := android-common-carousel
|
|
|
|
LOCAL_PACKAGE_NAME := SystemUI
|
|
LOCAL_CERTIFICATE := platform
|
|
|
|
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
|
|
|
|
include $(BUILD_PACKAGE)
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|