aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fs_config
Commit message (Expand)AuthorAgeFilesLines
* fs_config reads headers from snapshots, if availableJustin Yun2021-07-131-25/+40
* [LSC] Add LOCAL_LICENSE_KINDS to build/makeBob Badour2021-02-142-0/+57
* Update OWNERS.Elliott Hughes2020-12-111-2/+1
* Follow argument changes to RuleBuilderColin Cross2020-12-011-2/+2
* build: make fs_config_generator.py python2 explicitlyChema Gonzalez2020-10-281-1/+1
* Add fs_config_(dirs|files) for product and system_extJustin Yun2020-10-211-48/+89
* Merge "Use libcutils_headers for android_filesystem_config.h"Tom Cherry2020-09-212-7/+7
|\
| * Use libcutils_headers for android_filesystem_config.hTom Cherry2020-09-182-7/+7
* | fs_config: Update docsTom Cherry2020-09-162-137/+84
|/
* Update language to meet Android's inclusive language guidanceJoel Galenson2020-07-301-7/+6
* Add odm_dlkm partition.Yifan Hong2020-07-161-1/+53
* Add vendor_dlkm partition.Yifan Hong2020-07-131-1/+53
* Include private/fs_config.h directly when neededTom Cherry2020-03-051-0/+1
* Make oemaids_headers available to vendor.P.Adarsh Reddy2020-02-181-0/+1
* fs_config: Fix generation for devices without vendor partitiondianlujitao2019-09-101-0/+2
* Fix typo in error message in tools/fs_config/fs_config_generator.py.Roland Levillain2019-08-071-1/+1
* Generate /etc/{passwd,group} for all partitionsTom Cherry2019-07-222-156/+244
* Rename product_services to system_extJustin Yun2019-07-091-13/+13
* Update fs_config documentationTom Cherry2019-06-171-55/+25
* fs_config: Fix cases without vendor/oem partitionFelix2019-05-292-6/+2
* TARGET_FS_CONFIG_GEN is a list, not a single pathDan Willemsen2019-04-182-9/+9
* Convert oemaids_headers / passwd / group to SoongDan Willemsen2019-04-103-61/+134
* Use fs_config_generator.py to generate fs_config_files/dirs directlyTom Cherry2019-02-1516-724/+519
* Error if $(TARGET_DEVICE_DIR)/android_filesystem_config.h existsTom Cherry2019-02-141-0/+4
* Fix failing test_fs_config_generator.py testsTom Cherry2019-02-132-40/+55
* Remove TARGET_ANDROID_FILESYSTEM_CONFIG_HTom Cherry2019-02-112-62/+5
* Add owners for fs_configTom Cherry2018-12-141-0/+2
* Add a print command to fs_config_generator.pyJoe Onorato2018-12-131-0/+22
* fs_config: remove empty fs_config_* automation.Mark Salyzyn2018-12-122-38/+1
* fs_config: add product and product_servicesMark Salyzyn2018-12-064-102/+147
* Move android_ids from .data.rel.ro to .rodataVic Yang2018-12-051-2/+8
* fs_config: fix fs_config_*_system targetsMark Salyzyn2018-11-191-4/+6
* Split up fs_config_* modules per partition.Anton Hansson2018-06-271-6/+51
* Merge "Always create /vendor/etc/{passwd,group}"Tom Cherry2018-06-151-9/+12
|\
| * Always create /vendor/etc/{passwd,group}Tom Cherry2018-06-141-9/+12
* | fs_config_generator: use vendor shell for vendor AIDWei Wang2018-06-061-6/+9
|/
* Remove comment line in generated passwd fileWei Wang2018-06-051-8/+0
* Require a vendor_ prefix for users/groups in /vendor/etc/{passwd,group}Tom Cherry2018-05-142-5/+16
* Convert liboemaids to oemaids_headers as a headers only libraryTom Cherry2018-04-042-5/+5
* Merge "Make mksquashfs generate a fs_config-friendly root entry"Treehugger Robot2018-02-271-2/+18
|\
| * Make mksquashfs generate a fs_config-friendly root entryLuis Hector Chavez2018-02-071-2/+18
* | Merge "Place TARGET_FS_CONFIG_GEN passwd/group files in /vendor/etc"Tom Cherry2018-02-121-0/+2
|\ \
| * | Place TARGET_FS_CONFIG_GEN passwd/group files in /vendor/etcTom Cherry2018-02-091-0/+2
| |/
* / Add compile time check that friendly AID names are < 32 charactersTom Cherry2018-02-091-5/+12
|/
* Convert to Android.bpDan Willemsen2017-09-092-42/+63
* Android.mk: clear variable at end of useWilliam Roberts2017-05-191-0/+1
* fs_config_dirs and fs_config_files miscalculates LOCAL_REQUIRED_MODULESMark Salyzyn2017-04-271-2/+2
* fs_config_generator: Add fs_config_(dirs|files)_(vendor|oem|odm)Mark Salyzyn2017-04-251-2/+112
* fs_config_generate: add -P <partitionlist> optionMark Salyzyn2017-04-254-17/+281
* fs_config_generate: unit testMark Salyzyn2017-04-254-0/+163