SYNC cl:msm8953 @ cl#:12212299 PROJECT PATH://platform/n/nile/combination/msm8953 cross Reference:an Droid.mkxref:/android/vendor/samsung/frameworks/audio/common_defines/android.mk HomeHistoryAnnotateLine# Navigaterawdownload in/android/vendor/samsung/frameworks/audio/common_defines/1local_path:= $ (call My-dir) 23tuning_file_path: = $ (Target_device_dir)/audiodata/configs4#above is same Next ' device/samsung/xxxx/audiodata/ Configs ' 56audio_out_headers_path: = $ (call Sec_audiotuning_generated_path) 7#above is same Next ' out/target/product/ Xxxx/obj/include/sec_audio_headers ' 89#[make soundbooster_param.h10$ (Audio_out_headers_path)/soundbooster_ Param.h:private_local_path: = $ (Local_path) 11$ (Audio_out_headers_path)/soundbooster_param.h: $ (TUNING_FILE_PATH)/ Soundbooster.txt12mkdir-p $ (dir [email protected]) 13$ (private_local_path)/gen_soundbooster.sh $^ > [Email protected]14# End soundbooster_param.h]1516#[make soundbooster_voip_param.h17$ (audio_out_Headers_path)/soundbooster_voip_param.h:private_local_path: = $ (Local_path) 18$ (Audio_out_headers_path)/ Soundbooster_voip_param.h: $ (Tuning_file_path)/soundbooster_voip.txt19mkdir-p $ (dir [email protected]) 20$ ( Private_local_path)/gen_soundbooster_voip.sh $^ > [email protected]21# end soundbooster_voip_param.h]2223#[ Make samsungrec_param.h24$ (audio_out_headers_path)/samsungrec_param.h:private_local_path: = $ (LOCAL_PATH) 25$ ( Audio_out_headers_path)/samsungrec_param.h: $ (Tuning_file_path)/samsungrec.txt26mkdir-p $ (dir [email Protected]) 27$ (private_local_path)/gen_samsungrec.sh $^ > [email protected]28# end samsungrec_param.h] 293031#[make acousticeq_param.h32$ (audio_out_headers_path)/acousticeq_param.h:private_local_path: = $ (LOCAL_PATH) 33$ (Audio_out_headers_path)/acousticeq_param.h: $ (Tuning_file_path)/aeqcoe.txt34mkdir-p $ (dir [email Protected]) 35$ (private_local_path)/gen_acousticeq.sh $^ > [email protected]36# end acousticeq_param.h]3738#[make diamondvoicetuning.h39$ (audio_out_headers_path)/diamondvoicetuning.h:private_local_path: = $ (LOCAL_ PATH) 40$ (Audio_out_headers_path)/diamondvoicetuning.h: $ (Tuning_file_path)/diamondvoicetuning.data41mkdir-p $ ( dir [email protected]) 42CP $^ [email protected]43# end DiamondVoiceTuning.h]4445#[make Volumetable.h46volume_data: =47ifeq ($ (sec_factory_build), True) 48ifneq (, $ (strip $ (wildcard $ (target_device_dir)/ Audiodata/configs/volume_factory.data)) Volume_data: = Volume_factory.data50endif51endif52ifeq ($ (VOLUME_DATA), ) 53ifneq (, $ (strip $ (wildcard $ (target_device_dir)/audiodata/configs/volume.$ (target_product). Data))-Volume_ DATA: = volume.$ (target_product). data55else56 Volume_data: = volume.data57endif58endif59$ (Audio_out_headers_path)/ Volumetable.h:private_local_path: = $ (Local_path) 60$ (Audio_out_headers_path)/volumetable.h: $ (TUNING_FILE_PATH)/$ (Volume_data) 61mkdir-p $ (dir [email protected]) 62$ (private_local_path)/gen_volumetable.sh $^> [email protected]63# end VolumeTable.h]6465#[make miccalib_param.h66$ (Audio_out_headers_path)/miccalib_ Param.h:private_local_path: = $ (Local_path) 67$ (Audio_out_headers_path)/miccalib_param.h: $ (TUNING_FILE_PATH)/ Miccalib.txt68mkdir-p $ (dir [email protected]) 69ifneq (true,$ (Call Spf_check,sec_product_feature_audio_config _recordalive_lib_version,)) 70$ (Private_local_path)/gen_miccalib.sh "RA" $^ > [email protected]71else72$ ( Private_local_path)/gen_miccalib.sh "SR" $^ > [email protected]73endif74# end miccalib_param.h]7576#[make Soundboosterparam.h77ifeq (true,$ (call spf_check,sec_product_feature_audio_number_of_speaker,4)) SOUNDBOOSTER_ PARAM: = soundboosterparam_quad.txt79else80 Soundbooster_param: = soundboosterparam.txt81endif82$ (AUDIO_OUT_HEADERS _path)/soundboosterparam.h:private_local_path: = $ (Local_path) 83$ (Audio_out_headers_path)/SoundBoosterParam.h: $ ( Tuning_file_path)/$ (Soundbooster_param) 84mkdir-p $ (dir [email protected]) 85Ifeq (true,$ (call spf_check,sec_product_feature_audio_number_of_speaker,4)) 86$ (Private_local_path)/gen_ soundbooster_plus_quad.sh $^ > [email protected]87else88$ (private_local_path)/gen_soundbooster_plus.sh $^ > [email protected]89endif90# end SoundBoosterParam.h]9192audio_headers: = $ (Audio_out_headers_path)/ Soundbooster_param.h93audio_headers + = $ (audio_out_headers_path)/soundbooster_voip_param.h94audio_headers + = $ ( Audio_out_headers_path)/samsungrec_param.h95audio_headers + = $ (audio_out_headers_path)/acousticeq_param.h96AUDIO _headers + = $ (audio_out_headers_path)/volumetable.h97audio_headers + = $ (audio_out_headers_path)/miccalib_ Param.h98audio_headers + = $ (audio_out_headers_path)/soundboosterparam.h99audio_headers + = $ (AUDIO_OUT_HEADERS_PATH )/diamondvoicetuning.h100101all_audio_headers: $ (audio_headers) 102103#if you want to parse all tuning paramter, input NE XT command104# mm All_audio_headers105last source parsed date:2017-07-06 PM 04:56:44
Go back to Linux instructions 2