summaryrefslogtreecommitdiff
path: root/hifi/Android.mk
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2022-02-10 21:55:19 +0000
committerJohn Stultz <john.stultz@linaro.org>2022-02-23 19:18:25 +0000
commit1313d288cd121be90b2b8477b685dcc0f76ca4e4 (patch)
treed154121f9f71cf2580dd71ce2247c0444913e6e9 /hifi/Android.mk
parentec36f2d62fe5ce2b76e1ee51d3656455480831ac (diff)
downloadhikey-1313d288cd121be90b2b8477b685dcc0f76ca4e4.tar.gz
hikey960: Remove hifi dsp support.
The hifi dsp support wasn't frequently used nor enabled by default. Since we are moving binary firmware objects to the vendor package, just remove the hifi dsp logic and firmware all together. This patch reapplies the reverted patch of the same name, as issues were seen when the vendor package was missing. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I6d72e5ca52a4b1b0ca460e0c4613c09175dba02d
Diffstat (limited to 'hifi/Android.mk')
-rw-r--r--hifi/Android.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/hifi/Android.mk b/hifi/Android.mk
deleted file mode 100644
index f3377fec..00000000
--- a/hifi/Android.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Copyright 2017 The Android Open Source Project
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-include $(all-subdir-makefiles)