aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xue <herbertxue@google.com>2023-11-17 04:53:00 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-11-17 04:53:00 +0000
commit2d8b561ace9fff38b99991ed89cb50fde6b8a695 (patch)
treeda3db949e0e252ba20b57f64f20c1bca3e4690e3
parent035dcb4d3c4a14f6001a48e53aade6b20540e44e (diff)
parentbf9f19ab695e9346232840da9e083a1fb5af8d55 (diff)
downloadgraphicsbenchmark-2d8b561ace9fff38b99991ed89cb50fde6b8a695.tar.gz
Remove unused Android.mk am: 1f8ef931c8 am: bf9f19ab69
Original change: https://android-review.googlesource.com/c/platform/tools/test/graphicsbenchmark/+/2826052 Change-Id: I2ab51086a25e67230473d07af5f3d995ac2c7a00 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--apps/Android.mk16
-rw-r--r--functional_tests/Android.mk17
-rw-r--r--performance_tests/Android.mk16
-rw-r--r--tools/Android.mk16
4 files changed, 0 insertions, 65 deletions
diff --git a/apps/Android.mk b/apps/Android.mk
deleted file mode 100644
index 978bbd9..0000000
--- a/apps/Android.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) 2019 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-makefiles-under,$(LOCAL_PATH))
diff --git a/functional_tests/Android.mk b/functional_tests/Android.mk
deleted file mode 100644
index cb42756..0000000
--- a/functional_tests/Android.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright (C) 2018 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.
-
-# Build all sub-directories
-LOCAL_PATH:= $(call my-dir)
-include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/performance_tests/Android.mk b/performance_tests/Android.mk
deleted file mode 100644
index 978bbd9..0000000
--- a/performance_tests/Android.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) 2019 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-makefiles-under,$(LOCAL_PATH))
diff --git a/tools/Android.mk b/tools/Android.mk
deleted file mode 100644
index 04b2546..0000000
--- a/tools/Android.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) 2019 Google Inc.
-#
-# 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-makefiles-under,$(LOCAL_PATH))