index
:
build.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0-staging
u14.0
v15.0
w16.0
w16.1
build
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
fs_config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert fs_config_generator.py to python 3
Cole Faust
2022-10-21
3
-59
/
+43
*
Fix broken fs_config_generator tests
Cole Faust
2022-10-20
4
-47
/
+120
*
core & tools: system_dlkm: add dynamic partition
Ramji Jiyani
2022-01-30
1
-1
/
+59
*
Fix licenses and license texts.
Bob Badour
2022-01-24
2
-53
/
+73
*
fs_config reads headers from snapshots, if available
Justin Yun
2021-07-13
1
-25
/
+40
*
[LSC] Add LOCAL_LICENSE_KINDS to build/make
Bob Badour
2021-02-14
2
-0
/
+57
*
Update OWNERS.
Elliott Hughes
2020-12-11
1
-2
/
+1
*
Follow argument changes to RuleBuilder
Colin Cross
2020-12-01
1
-2
/
+2
*
build: make fs_config_generator.py python2 explicitly
Chema Gonzalez
2020-10-28
1
-1
/
+1
*
Add fs_config_(dirs|files) for product and system_ext
Justin Yun
2020-10-21
1
-48
/
+89
*
Merge "Use libcutils_headers for android_filesystem_config.h"
Tom Cherry
2020-09-21
2
-7
/
+7
|
\
|
*
Use libcutils_headers for android_filesystem_config.h
Tom Cherry
2020-09-18
2
-7
/
+7
*
|
fs_config: Update docs
Tom Cherry
2020-09-16
2
-137
/
+84
|
/
*
Update language to meet Android's inclusive language guidance
Joel Galenson
2020-07-30
1
-7
/
+6
*
Add odm_dlkm partition.
Yifan Hong
2020-07-16
1
-1
/
+53
*
Add vendor_dlkm partition.
Yifan Hong
2020-07-13
1
-1
/
+53
*
Include private/fs_config.h directly when needed
Tom Cherry
2020-03-05
1
-0
/
+1
*
Make oemaids_headers available to vendor.
P.Adarsh Reddy
2020-02-18
1
-0
/
+1
*
fs_config: Fix generation for devices without vendor partition
dianlujitao
2019-09-10
1
-0
/
+2
*
Fix typo in error message in tools/fs_config/fs_config_generator.py.
Roland Levillain
2019-08-07
1
-1
/
+1
*
Generate /etc/{passwd,group} for all partitions
Tom Cherry
2019-07-22
2
-156
/
+244
*
Rename product_services to system_ext
Justin Yun
2019-07-09
1
-13
/
+13
*
Update fs_config documentation
Tom Cherry
2019-06-17
1
-55
/
+25
*
fs_config: Fix cases without vendor/oem partition
Felix
2019-05-29
2
-6
/
+2
*
TARGET_FS_CONFIG_GEN is a list, not a single path
Dan Willemsen
2019-04-18
2
-9
/
+9
*
Convert oemaids_headers / passwd / group to Soong
Dan Willemsen
2019-04-10
3
-61
/
+134
*
Use fs_config_generator.py to generate fs_config_files/dirs directly
Tom Cherry
2019-02-15
16
-724
/
+519
*
Error if $(TARGET_DEVICE_DIR)/android_filesystem_config.h exists
Tom Cherry
2019-02-14
1
-0
/
+4
*
Fix failing test_fs_config_generator.py tests
Tom Cherry
2019-02-13
2
-40
/
+55
*
Remove TARGET_ANDROID_FILESYSTEM_CONFIG_H
Tom Cherry
2019-02-11
2
-62
/
+5
*
Add owners for fs_config
Tom Cherry
2018-12-14
1
-0
/
+2
*
Add a print command to fs_config_generator.py
Joe Onorato
2018-12-13
1
-0
/
+22
*
fs_config: remove empty fs_config_* automation.
Mark Salyzyn
2018-12-12
2
-38
/
+1
*
fs_config: add product and product_services
Mark Salyzyn
2018-12-06
4
-102
/
+147
*
Move android_ids from .data.rel.ro to .rodata
Vic Yang
2018-12-05
1
-2
/
+8
*
fs_config: fix fs_config_*_system targets
Mark Salyzyn
2018-11-19
1
-4
/
+6
*
Split up fs_config_* modules per partition.
Anton Hansson
2018-06-27
1
-6
/
+51
*
Merge "Always create /vendor/etc/{passwd,group}"
Tom Cherry
2018-06-15
1
-9
/
+12
|
\
|
*
Always create /vendor/etc/{passwd,group}
Tom Cherry
2018-06-14
1
-9
/
+12
*
|
fs_config_generator: use vendor shell for vendor AID
Wei Wang
2018-06-06
1
-6
/
+9
|
/
*
Remove comment line in generated passwd file
Wei Wang
2018-06-05
1
-8
/
+0
*
Require a vendor_ prefix for users/groups in /vendor/etc/{passwd,group}
Tom Cherry
2018-05-14
2
-5
/
+16
*
Convert liboemaids to oemaids_headers as a headers only library
Tom Cherry
2018-04-04
2
-5
/
+5
*
Merge "Make mksquashfs generate a fs_config-friendly root entry"
Treehugger Robot
2018-02-27
1
-2
/
+18
|
\
|
*
Make mksquashfs generate a fs_config-friendly root entry
Luis Hector Chavez
2018-02-07
1
-2
/
+18
*
|
Merge "Place TARGET_FS_CONFIG_GEN passwd/group files in /vendor/etc"
Tom Cherry
2018-02-12
1
-0
/
+2
|
\
\
|
*
|
Place TARGET_FS_CONFIG_GEN passwd/group files in /vendor/etc
Tom Cherry
2018-02-09
1
-0
/
+2
|
|
/
*
/
Add compile time check that friendly AID names are < 32 characters
Tom Cherry
2018-02-09
1
-5
/
+12
|
/
*
Convert to Android.bp
Dan Willemsen
2017-09-09
2
-42
/
+63
*
Android.mk: clear variable at end of use
William Roberts
2017-05-19
1
-0
/
+1
[next]