diff options
author | Chris Banes <chrisbanes@google.com> | 2015-04-28 12:01:49 +0100 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2015-05-20 22:50:29 +0000 |
commit | ab937720425ffd5f4c91d6716ee4cb6518544a31 (patch) | |
tree | f6ae67a91428bef59c2f4610d09ec09c8e8ed1f6 | |
parent | a8bbfca3d0ba7da40f9348eeb38badda575fe411 (diff) | |
download | build-ab937720425ffd5f4c91d6716ee4cb6518544a31.zip build-ab937720425ffd5f4c91d6716ee4cb6518544a31.tar.gz build-ab937720425ffd5f4c91d6716ee4cb6518544a31.tar.bz2 |
Add design support library docs
BUG: 20524332
Change-Id: I471ab17a2a5ccc43f4ef0fa04b7c2e9077d56361
(cherry picked from commit 8f168d1b986516112d103958070830c9075f6ce2)
-rw-r--r-- | core/pathmap.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk index 2532707..137b5d5 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -114,7 +114,8 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \ v7/recyclerview \ v8/renderscript \ v13 \ - v17/leanback + v17/leanback \ + design # # A list of all source roots under frameworks/multidex. |