summaryrefslogtreecommitdiffstats
path: root/ir
diff options
context:
space:
mode:
authorSteven Moreland2017-10-04 17:29:17 -0500
committerSteven Moreland2017-10-04 17:52:40 -0500
commit4b60470f1a728a1d0c92e2bc8a09f4a9872b7f76 (patch)
tree617b6a5ffef9e0f53debc151d7d4505b1f443b04 /ir
parent85bb01dd6bb8e2392dff5eafd568b57e8ea5e04d (diff)
downloadplatform-hardware-interfaces-4b60470f1a728a1d0c92e2bc8a09f4a9872b7f76.tar.gz
platform-hardware-interfaces-4b60470f1a728a1d0c92e2bc8a09f4a9872b7f76.tar.xz
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 'ir')
-rw-r--r--ir/Android.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/ir/Android.mk b/ir/Android.mk
deleted file mode 100644
index f9e32763..00000000
--- a/ir/Android.mk
+++ /dev/null
@@ -1,19 +0,0 @@
1#
2# Copyright (C) 2016 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17LOCAL_PATH := $(call my-dir)
18
19include $(call all-subdir-makefiles)