diff options
| author | Yabin Cui <yabinc@google.com> | 2019-01-10 16:24:20 -0800 |
|---|---|---|
| committer | Yabin Cui <yabinc@google.com> | 2019-01-10 16:24:20 -0800 |
| commit | 3aa71ba2dc94e75dbc1a332579aed0da43f792e3 (patch) | |
| tree | d8843423d2329a0f0efe96bb4991ef13f661df5b /libpackagelistparser/include/packagelistparser | |
| parent | f39e9ae097231e28485f07925935e3b4f3d65b55 (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')
| -rw-r--r-- | libpackagelistparser/include/packagelistparser/packagelistparser.h | 1 |
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; }; /** |
