summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorNick Desaulniers <ndesaulniers@google.com>2021-11-02 14:07:15 -0700
committerNick Desaulniers <ndesaulniers@google.com>2021-11-02 21:17:36 +0000
commitbae96cf97c9c4828729f9ba2bb8c9ae3497a091c (patch)
treeafcbb319fc0f9bcca4e023ecb568fd0cf13095ea /Android.mk
parent6f02b9534399aa78b88cbe5ed7b7047e62cbf379 (diff)
downloadaarch64-linux-android-4.8-bae96cf97c9c4828729f9ba2bb8c9ae3497a091c.tar.gz
Remove aarch64-linux-android gcc-4.8 bins, libs, and includesHEADmastermain
These were superseded by gcc-4.9, then LLVM. Bug: 204914889 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: I2e3acc1bfbecd2d8a62a7a7bc166b99475bc0c4b
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 1cc2237..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright (C) 2014 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.
-
-# Empty makefile here prevents Android.mk in subdirectories from being
-# unconditionally included.