Merge commit 'f711e3494ca8e740c19f77ec753051e0517208a3' * commit 'f711e3494ca8e740c19f77ec753051e0517208a3': Include the common source files directly in the framework library
This commit is contained in:
@@ -72,6 +72,11 @@ JNI_H_INCLUDE := $(call include-path-for,libnativehelper)/nativehelper
|
|||||||
# A list of all source roots under frameworks/base, which will be
|
# A list of all source roots under frameworks/base, which will be
|
||||||
# built into the android.jar.
|
# built into the android.jar.
|
||||||
#
|
#
|
||||||
|
# Note - "common" is included here, even though it is also built
|
||||||
|
# into a static library (android-common) for unbundled use. This
|
||||||
|
# is so common and the other framework libraries can have mutual
|
||||||
|
# interdependencies.
|
||||||
|
#
|
||||||
FRAMEWORKS_BASE_SUBDIRS := \
|
FRAMEWORKS_BASE_SUBDIRS := \
|
||||||
$(addsuffix /java, \
|
$(addsuffix /java, \
|
||||||
core \
|
core \
|
||||||
@@ -84,6 +89,7 @@ FRAMEWORKS_BASE_SUBDIRS := \
|
|||||||
wifi \
|
wifi \
|
||||||
vpn \
|
vpn \
|
||||||
keystore \
|
keystore \
|
||||||
|
common \
|
||||||
)
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user