Add v7 support libs to path map.

This is necessary to ensure that we correctly generate
documentation for these packages.

Bug: 8175766
Change-Id: Ia1c359c744d68f9b9423fd0e9df5516890792936
diff --git a/core/pathmap.mk b/core/pathmap.mk
index 60b5bf7..b76e0ed 100644
--- a/core/pathmap.mk
+++ b/core/pathmap.mk
@@ -112,7 +112,10 @@
 #
 FRAMEWORKS_SUPPORT_SUBDIRS := \
 	v4 \
-	v13 \
+	v7/gridlayout \
+	v7/appcompat \
+	v7/mediarouter \
+	v13
 
 #
 # A version of FRAMEWORKS_SUPPORT_SUBDIRS that is expanded to full paths from
@@ -120,3 +123,10 @@
 #
 FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
 	$(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS))
+
+#
+# A list of support library modules.
+#
+FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \
+    $(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir)))
+