Commit 27339c9a authored by Scott Kennedy's avatar Scott Kennedy
Browse files

Point to new chips location

Change-Id: I1a99641a713d4a8d093e2f8c8e7d8415b9555462
parent 5c7b7a9c
......@@ -2,7 +2,7 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
# Include res dir from chips
chips_dir := ../../../frameworks/ex/chips/res
chips_dir := ../../../frameworks/opt/chips/res
color_picker_dir := ../../../frameworks/opt/colorpicker/res
datetimepicker_dir := ../../../frameworks/opt/datetimepicker/res
timezonepicker_dir := ../../../frameworks/opt/timezonepicker/res
......@@ -18,13 +18,13 @@ LOCAL_SRC_FILES := $(call all-java-files-under,$(src_dirs))
# bundled
#LOCAL_STATIC_JAVA_LIBRARIES += \
# android-common \
# android-common-chips \
# libchips \
# calendar-common
# unbundled
LOCAL_STATIC_JAVA_LIBRARIES := \
android-common \
android-common-chips \
libchips \
colorpicker \
android-opt-datetimepicker \
android-opt-timezonepicker \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment