forked from openkylin/platform_build
am 795c7aad: am 1fd599cb: am 98c570ab: am 743938fb: Merge "Make sure only AppCompat (not it\'s tests) are in the docs" into mnc-dev
* commit '795c7aad8ce948e2f94f0975abddffc7dd6c1aeb': Make sure only AppCompat (not it's tests) are in the docs
This commit is contained in:
commit
6474b69760
|
@ -111,7 +111,6 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \
|
|||
annotations \
|
||||
v4 \
|
||||
v7/gridlayout \
|
||||
v7/appcompat \
|
||||
v7/cardview \
|
||||
v7/mediarouter \
|
||||
v7/palette \
|
||||
|
@ -140,6 +139,7 @@ FRAMEWORKS_MULTIDEX_SUBDIRS := \
|
|||
FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
|
||||
$(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \
|
||||
$(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) \
|
||||
frameworks/support/v7/appcompat/src \
|
||||
frameworks/support/v7/recyclerview/src
|
||||
|
||||
#
|
||||
|
@ -147,6 +147,7 @@ FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
|
|||
#
|
||||
FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
|
||||
$(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \
|
||||
android-support-v7-appcompat \
|
||||
android-support-v7-recyclerview \
|
||||
android-support-multidex \
|
||||
android-support-multidex-instrumentation
|
||||
|
|
Loading…
Reference in New Issue