diff options
author | Steven Moreland <smoreland@google.com> | 2017-10-04 15:29:17 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-10-04 15:52:40 -0700 |
commit | 4b60470f1a728a1d0c92e2bc8a09f4a9872b7f76 (patch) | |
tree | 617b6a5ffef9e0f53debc151d7d4505b1f443b04 /broadcastradio | |
parent | 85bb01dd6bb8e2392dff5eafd568b57e8ea5e04d (diff) | |
download | platform_hardware_interfaces-4b60470f1a728a1d0c92e2bc8a09f4a9872b7f76.tar.gz platform_hardware_interfaces-4b60470f1a728a1d0c92e2bc8a09f4a9872b7f76.tar.bz2 platform_hardware_interfaces-4b60470f1a728a1d0c92e2bc8a09f4a9872b7f76.zip |
Remove useless Android.mk files.
These have been c/p'd all over the place.
Test: m -j nothing
Bug: 33420795
Change-Id: I77979866dbb2345a41a873c84ec3fccd7b127510
Diffstat (limited to 'broadcastradio')
-rw-r--r-- | broadcastradio/1.0/Android.mk | 19 | ||||
-rw-r--r-- | broadcastradio/1.0/vts/Android.mk | 19 | ||||
-rw-r--r-- | broadcastradio/1.1/vts/Android.mk | 19 |
3 files changed, 0 insertions, 57 deletions
diff --git a/broadcastradio/1.0/Android.mk b/broadcastradio/1.0/Android.mk deleted file mode 100644 index f9e32763ff..0000000000 --- a/broadcastradio/1.0/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/broadcastradio/1.0/vts/Android.mk b/broadcastradio/1.0/vts/Android.mk deleted file mode 100644 index f9e32763ff..0000000000 --- a/broadcastradio/1.0/vts/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/broadcastradio/1.1/vts/Android.mk b/broadcastradio/1.1/vts/Android.mk deleted file mode 100644 index 0c4c55d1ca..0000000000 --- a/broadcastradio/1.1/vts/Android.mk +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright (C) 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. -# - -LOCAL_PATH := $(call my-dir) - -include $(call all-subdir-makefiles) |