summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-01-19 21:37:37 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-01-19 21:37:37 +0000
commit9968f30f01aca81e957a15bad4268dec5052f76e (patch)
tree2f2a944f791ed7ca72fe84fa223abd454adaecc4 /boot
parent93a2d68efeba7d12700b4e64fa0b79068c2529f3 (diff)
parent66816de87fdc0b45f1091333e4782fb520c4b585 (diff)
downloadandroid_hardware_interfaces-9968f30f01aca81e957a15bad4268dec5052f76e.tar.gz
android_hardware_interfaces-9968f30f01aca81e957a15bad4268dec5052f76e.tar.bz2
android_hardware_interfaces-9968f30f01aca81e957a15bad4268dec5052f76e.zip
Merge "Remove useless Android.mk files."
Diffstat (limited to 'boot')
-rw-r--r--boot/Android.mk19
1 files changed, 0 insertions, 19 deletions
diff --git a/boot/Android.mk b/boot/Android.mk
deleted file mode 100644
index f9e32763f..000000000
--- a/boot/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)