summaryrefslogtreecommitdiff
path: root/binder_benchmark
diff options
context:
space:
mode:
authorKeun Soo Yim <yim@google.com>2017-03-10 11:35:57 -0800
committerKeun Soo Yim <yim@google.com>2017-03-10 11:35:57 -0800
commitcbc19b3b455ccab30c091c50caf3230d04b694b9 (patch)
treea9902d81379d863be3ab30b88496eb8261ac1e9e /binder_benchmark
parent97b1bca91c545e56ab3ccd351f630bdd535533d8 (diff)
downloadperformance-cbc19b3b455ccab30c091c50caf3230d04b694b9.tar.gz
cleanup unnecessary Android.mk files
Test: mma Change-Id: I10010c496af82ab770db7ca8cc90417862144692
Diffstat (limited to 'binder_benchmark')
-rw-r--r--binder_benchmark/Android.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/binder_benchmark/Android.mk b/binder_benchmark/Android.mk
deleted file mode 100644
index ad43994..0000000
--- a/binder_benchmark/Android.mk
+++ /dev/null
@@ -1,18 +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)