Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5349e7dd authored by George Mount's avatar George Mount
Browse files

Add data binding to built javadoc.

Bug 22175560

Change-Id: I979bcac5131270c679b6f1867c3211096696a86a
parent 26b3ec5a
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -144,3 +144,18 @@ FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
    android-support-multidex \
    android-support-multidex-instrumentation

#
# A list of all documented source roots under frameworks/data-binding.
#
FRAMEWORKS_DATA_BINDING_SUBDIRS := \
        baseLibrary/src/main \
        library/src/main \
        library/src/doc

#
# A version of FRAMEWORKS_DATA_BINDING_SUBDIRS that is expanded to full paths from
# the root of the tree.
#
FRAMEWORKS_DATA_BINDING_JAVA_SRC_DIRS := \
	$(addprefix frameworks/data-binding/,$(FRAMEWORKS_DATA_BINDING_SUBDIRS))