diff options
author | Steven Moreland <smoreland@google.com> | 2017-10-05 21:46:16 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-05 21:46:16 +0000 |
commit | 33dc30ce49fb6d5e01b4560b2955f87e15ca1634 (patch) | |
tree | 11284a7e99d986ed1cd8592487a9bdd3ae2cc4de /audio | |
parent | 65fd68c007b3bf05e8dc3625286d329f430d3f28 (diff) | |
parent | f27cfa15d7a755adccee078933cf6ec2e322f917 (diff) | |
download | platform_hardware_interfaces-33dc30ce49fb6d5e01b4560b2955f87e15ca1634.tar.gz platform_hardware_interfaces-33dc30ce49fb6d5e01b4560b2955f87e15ca1634.tar.bz2 platform_hardware_interfaces-33dc30ce49fb6d5e01b4560b2955f87e15ca1634.zip |
Merge "Remove useless Android.mk files." am: 75d5cf515a
am: f27cfa15d7
Change-Id: I2c554896e817483493faa5bbe54746d4f1c8b8da
Diffstat (limited to 'audio')
-rw-r--r-- | audio/common/Android.mk | 19 | ||||
-rw-r--r-- | audio/effect/2.0/vts/Android.mk | 21 | ||||
-rw-r--r-- | audio/effect/Android.mk | 19 |
3 files changed, 0 insertions, 59 deletions
diff --git a/audio/common/Android.mk b/audio/common/Android.mk deleted file mode 100644 index f9e32763ff..0000000000 --- a/audio/common/Android.mk +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright (C) 2016 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. -# - -LOCAL_PATH := $(call my-dir) - -include $(call all-subdir-makefiles) diff --git a/audio/effect/2.0/vts/Android.mk b/audio/effect/2.0/vts/Android.mk deleted file mode 100644 index abdd5bf186..0000000000 --- a/audio/effect/2.0/vts/Android.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2016 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. -# - -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) - -include $(call all-makefiles-under,$(LOCAL_PATH)) diff --git a/audio/effect/Android.mk b/audio/effect/Android.mk deleted file mode 100644 index f9e32763ff..0000000000 --- a/audio/effect/Android.mk +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright (C) 2016 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. -# - -LOCAL_PATH := $(call my-dir) - -include $(call all-subdir-makefiles) |