91d398d802
Bug: 37916906 Test: Builds 'n' boots. Change-Id: Ia1d86264446ebecc1ca79f32f11354921bc77668 Merged-In: I208ec6a864127a059fb389417a9c6b259d7474cb
10 lines
361 B
Text
10 lines
361 B
Text
# Compatibility with type names used in vanilla Android 4.3 and 4.4.
|
|
typealias audio_data_file alias audio_firmware_file;
|
|
typealias app_data_file alias platform_app_data_file;
|
|
typealias app_data_file alias download_file;
|
|
|
|
# /proc/config.gz
|
|
type config_gz, fs_type;
|
|
|
|
# /data/misc/storaged
|
|
type storaged_data_file, file_type, data_file_type, core_data_file_type;
|