diff options
| author | gabrielgagz <g.a.gomez@gmail.com> | 2019-10-28 20:59:07 -0300 |
|---|---|---|
| committer | gabrielgagz <g.a.gomez@gmail.com> | 2019-10-28 20:59:07 -0300 |
| commit | 7feb4b0794bd9d628ec3dadbe1baa5d96c39ceff (patch) | |
| tree | dd1a8c8c8307b79f06e45fc05b478efdd2e339ec | |
| parent | a9bf1aa5507d94c89ea3e074d7198e8eb3d1f57b (diff) | |
| download | hardware_qcom_audio-lineage-17.0-caf-apq8084.tar.gz hardware_qcom_audio-lineage-17.0-caf-apq8084.tar.bz2 hardware_qcom_audio-lineage-17.0-caf-apq8084.zip | |
apq8084: audio: fix msm8974 symlinkslineage-17.1-caf-apq8084lineage-17.0-caf-apq8084
Change-Id: I76c184de1d1445d00695ee65416a04e7b532511f
| l--------- | Android.mk | 2 | ||||
| l--------- | audiod | 2 | ||||
| l--------- | hal | 2 | ||||
| l--------- | hal_mpq | 2 | ||||
| l--------- | legacy | 2 | ||||
| l--------- | mm-audio | 2 | ||||
| l--------- | policy_hal | 1 | ||||
| l--------- | post_proc | 2 | ||||
| l--------- | visualizer | 2 | ||||
| l--------- | voice_processing | 2 |
10 files changed, 9 insertions, 10 deletions
@@ -1 +1 @@ -../msm8974/Android.mk
\ No newline at end of file +../../msm8974/audio/Android.mk
\ No newline at end of file @@ -1 +1 @@ -../msm8974/audiod
\ No newline at end of file +../../msm8974/audio/audiod
\ No newline at end of file @@ -1 +1 @@ -../msm8974/hal
\ No newline at end of file +../../msm8974/audio/hal
\ No newline at end of file @@ -1 +1 @@ -../msm8974/hal_mpq
\ No newline at end of file +../../msm8974/audio/hal_mpq
\ No newline at end of file @@ -1 +1 @@ -../msm8974/legacy
\ No newline at end of file +../../msm8974/audio/legacy
\ No newline at end of file @@ -1 +1 @@ -../msm8974/mm-audio
\ No newline at end of file +../../msm8974/audio/mm-audio
\ No newline at end of file diff --git a/policy_hal b/policy_hal deleted file mode 120000 index aa0480fc..00000000 --- a/policy_hal +++ /dev/null @@ -1 +0,0 @@ -../msm8974/policy_hal
\ No newline at end of file @@ -1 +1 @@ -../msm8974/post_proc
\ No newline at end of file +../../msm8974/audio/post_proc
\ No newline at end of file @@ -1 +1 @@ -../msm8974/visualizer
\ No newline at end of file +../../msm8974/audio/visualizer
\ No newline at end of file diff --git a/voice_processing b/voice_processing index 289e43b2..3b17ed08 120000 --- a/voice_processing +++ b/voice_processing @@ -1 +1 @@ -../msm8974/voice_processing
\ No newline at end of file +../../msm8974/audio/voice_processing
\ No newline at end of file |
