summaryrefslogtreecommitdiff
path: root/config.fs
AgeCommit message (Collapse)Author
2016-04-04Followup to resolve merge conflicts of f832a09 to nyc-dev-plus-aospMark Salyzyn
Change-Id: I01e35904beed3406c1695287c53d38d042e8a359
2016-04-04resolve merge conflicts of f832a09 to nyc-dev-plus-aospMark Salyzyn
Change-Id: I47bd911d52f54d8316c4bc2e87a95ff532608c71
2016-03-09TARGET_FS_CONFIG_GEN: switch from android_filesystem_config.hWilliam Roberts
Use TARGET_FS_CONFIG_GEN and switch from using android_filesystem_config.h. BEFORE: $ ls -laZ $OUT/system/etc/fs_config_files -rw-rw-r-- 1 wcrobert wcrobert ? 88 Mar 4 20:07 /home/wcrobert/workspace/aosp/out/target/product/bullhead/system/etc/fs_config_files $ md5sum $OUT/system/etc/fs_config_files 0be50bbc55a524a0b766c6cf561f8607 /home/wcrobert/workspace/aosp/out/target/product/bullhead/system/etc/fs_config_files AFTER: $ ls -laZ $OUT/system/etc/fs_config_files -rw-rw-r-- 1 wcrobert wcrobert ? 88 Mar 4 20:11 /home/wcrobert/workspace/aosp/out/target/product/bullhead/system/etc/fs_config_files $ md5sum $OUT/system/etc/fs_config_files 0be50bbc55a524a0b766c6cf561f8607 /home/wcrobert/workspace/aosp/out/target/product/bullhead/system/etc/fs_config_files Change-Id: I545c9e166f6cb7f74baa1b172d506cd86b9599f5 Signed-off-by: William Roberts <william.c.roberts@intel.com>