diff options
author | Chet Haase <chet@google.com> | 2014-09-28 09:08:40 -0700 |
---|---|---|
committer | Chet Haase <chet@google.com> | 2014-09-28 16:13:19 +0000 |
commit | f388993a8f5690cef3ea65f6982e343c53e96941 (patch) | |
tree | 2a1984842257165e450f08bed2a96b3e08143972 | |
parent | fa5fb51030043b286e2c14afe9fc024e3b3a09eb (diff) | |
download | build-f388993a8f5690cef3ea65f6982e343c53e96941.zip build-f388993a8f5690cef3ea65f6982e343c53e96941.tar.gz build-f388993a8f5690cef3ea65f6982e343c53e96941.tar.bz2 |
Add docs for Palette and CardView
These new v7 support lib APIs were never added to the make files to
allow docs to be build, so they don't appear in the reference docs.
Adding them to pathmap.mk fixes this.
Issue #17681531 Add docs for CardView and Palette
Change-Id: If9a4562c5e9629dc29791185dd720c6986c2b9a8
-rw-r--r-- | core/pathmap.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk index fbc24b0..0820885 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -110,7 +110,9 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \ v4 \ v7/gridlayout \ v7/appcompat \ + v7/cardview \ v7/mediarouter \ + v7/palette \ v7/recyclerview \ v8/renderscript \ v13 \ |