libcutils: fs_config.c mark vendor, odm and oem partitions in duplicate

am: fde19425f3

Change-Id: Id2d51a818161b8345332ecbac82784eea4d82dab
This commit is contained in:
Mark Salyzyn 2017-05-02 21:07:11 +00:00 committed by android-build-merger
commit 9432fb8d8b
1 changed files with 3 additions and 0 deletions

View File

@ -195,6 +195,9 @@ static const struct fs_path_config android_files[] = {
"system/bin/surfaceflinger" },
/* Support hostapd administering a network interface. */
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) |
CAP_MASK_LONG(CAP_NET_RAW),
"system/vendor/bin/hostapd" },
{ 00755, AID_WIFI, AID_WIFI, CAP_MASK_LONG(CAP_NET_ADMIN) |
CAP_MASK_LONG(CAP_NET_RAW),
"vendor/bin/hostapd" },