Loading Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ LOCAL_OVERRIDES_PACKAGES := AlarmClock LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_STATIC_JAVA_LIBRARIES := android-opt-datetimepicker LOCAL_STATIC_JAVA_LIBRARIES += messageformat LOCAL_STATIC_JAVA_LIBRARIES += android-support-design LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-appcompat Loading @@ -37,5 +38,6 @@ LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.appcompat LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.gridlayout LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.recyclerview LOCAL_AAPT_FLAGS += --extra-packages com.android.datetimepicker LOCAL_AAPT_FLAGS += --extra-packages com.android.messageformat include $(BUILD_PACKAGE) build.gradle +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ android { compile (project(":android-opt-datetimepicker")) { exclude module: "support-v4" } compile project(":messageformat") compile project(":support-design") compile project(":support-v7-appcompat") compile project(":support-v7-gridlayout") Loading Loading
Android.mk +2 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ LOCAL_OVERRIDES_PACKAGES := AlarmClock LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_STATIC_JAVA_LIBRARIES := android-opt-datetimepicker LOCAL_STATIC_JAVA_LIBRARIES += messageformat LOCAL_STATIC_JAVA_LIBRARIES += android-support-design LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13 LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-appcompat Loading @@ -37,5 +38,6 @@ LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.appcompat LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.gridlayout LOCAL_AAPT_FLAGS += --extra-packages android.support.v7.recyclerview LOCAL_AAPT_FLAGS += --extra-packages com.android.datetimepicker LOCAL_AAPT_FLAGS += --extra-packages com.android.messageformat include $(BUILD_PACKAGE)
build.gradle +1 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ android { compile (project(":android-opt-datetimepicker")) { exclude module: "support-v4" } compile project(":messageformat") compile project(":support-design") compile project(":support-v7-appcompat") compile project(":support-v7-gridlayout") Loading