summaryrefslogtreecommitdiffstats
path: root/tools/aapt2/Debug.h
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2015-05-12 20:40:48 -0700
committerAdam Lesinski <adamlesinski@google.com>2015-05-12 20:45:20 -0700
commitd13fb249865703901b77f48c5fed1864f06e1c63 (patch)
tree55c4b18e7c0e068a82c5c726cda0326348c5ca1f /tools/aapt2/Debug.h
parentbdaa092a193d8ddccbd9ad8434be97878e6ded59 (diff)
downloadframeworks_base-d13fb249865703901b77f48c5fed1864f06e1c63.zip
frameworks_base-d13fb249865703901b77f48c5fed1864f06e1c63.tar.gz
frameworks_base-d13fb249865703901b77f48c5fed1864f06e1c63.tar.bz2
AAPT2: Debug: Dump only targetted style
Change-Id: Id7c5a4b5d0880520e1fea05e5a31d398946c5f05
Diffstat (limited to 'tools/aapt2/Debug.h')
-rw-r--r--tools/aapt2/Debug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/aapt2/Debug.h b/tools/aapt2/Debug.h
index 84ae40f..cdb3dcb 100644
--- a/tools/aapt2/Debug.h
+++ b/tools/aapt2/Debug.h
@@ -17,6 +17,7 @@
#ifndef AAPT_DEBUG_H
#define AAPT_DEBUG_H
+#include "Resource.h"
#include "ResourceTable.h"
#include <memory>
@@ -25,7 +26,8 @@ namespace aapt {
struct Debug {
static void printTable(const std::shared_ptr<ResourceTable>& table);
- static void printStyleGraph(const std::shared_ptr<ResourceTable>& table);
+ static void printStyleGraph(const std::shared_ptr<ResourceTable>& table,
+ const ResourceName& targetStyle);
};
} // namespace aapt