Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e774b80 authored by Nelson Li's avatar Nelson Li
Browse files

Remove unused frameworks/base/Android.mk

All Android.mk files under `frameworks/base` have been converted to
Android.bp. The original `$(call first-makefiles-under ...` is no
longer necessary, so this file can be deleted.

Bug: 322732227
Test: CIs
Change-Id: I62206fe284379db55ce4ac08fd6c0e4982e55a05
parent dc20b191
Loading
Loading
Loading
Loading

Android.mk

deleted100644 → 0
+0 −20
Original line number Diff line number Diff line
#
# Copyright (C) 2008 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)

# TODO: Empty this file after all subdirectories' Android.mk have been
#       converted to Android.bp to avoid using any newly added Android.mk.
include $(call first-makefiles-under,$(LOCAL_PATH))