summaryrefslogtreecommitdiff
path: root/cmds/lshal/Lshal.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/lshal/Lshal.h')
-rw-r--r--cmds/lshal/Lshal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/lshal/Lshal.h b/cmds/lshal/Lshal.h
index 830bd872ff..50279d4d7a 100644
--- a/cmds/lshal/Lshal.h
+++ b/cmds/lshal/Lshal.h
@@ -25,6 +25,7 @@
#include "Command.h"
#include "NullableOStream.h"
+#include "ParentDebugInfoLevel.h"
#include "utils.h"
namespace android {
@@ -49,7 +50,7 @@ public:
const std::string &interfaceName,
const std::string &instanceName,
const std::vector<std::string> &options,
- bool excludesParentInstances,
+ ParentDebugInfoLevel parentDebugInfoLevel,
std::ostream &out,
NullableOStream<std::ostream> err) const;