summaryrefslogtreecommitdiff
path: root/libpackagelistparser/include/packagelistparser/packagelistparser.h
diff options
context:
space:
mode:
authorYabin Cui <yabinc@google.com>2019-01-10 16:24:20 -0800
committerYabin Cui <yabinc@google.com>2019-01-10 16:24:20 -0800
commit3aa71ba2dc94e75dbc1a332579aed0da43f792e3 (patch)
treed8843423d2329a0f0efe96bb4991ef13f661df5b /libpackagelistparser/include/packagelistparser/packagelistparser.h
parentf39e9ae097231e28485f07925935e3b4f3d65b55 (diff)
libpackagelistparser: export profileable_from_shell flag.
Bug: 118835348 Test: test manually on apps that the flag is set properly. Change-Id: Idd86dca6c7d767be985bb27f4dd3116d79029868
Diffstat (limited to 'libpackagelistparser/include/packagelistparser/packagelistparser.h')
-rw-r--r--libpackagelistparser/include/packagelistparser/packagelistparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpackagelistparser/include/packagelistparser/packagelistparser.h b/libpackagelistparser/include/packagelistparser/packagelistparser.h
index d602c26dc5..8bcc1e2252 100644
--- a/libpackagelistparser/include/packagelistparser/packagelistparser.h
+++ b/libpackagelistparser/include/packagelistparser/packagelistparser.h
@@ -53,6 +53,7 @@ struct pkg_info {
char *seinfo;
gid_list gids;
void *private_data;
+ bool profileable_from_shell;
};
/**