From 84944cfb986b5f18555bded75649184906cc768f Mon Sep 17 00:00:00 2001 From: Astrako Date: Wed, 29 Jan 2020 19:46:57 +0100 Subject: [PATCH] universal7870: add mk file for common apps --- apps/Android.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 apps/Android.mk diff --git a/apps/Android.mk b/apps/Android.mk new file mode 100644 index 0000000..9db8fa9 --- /dev/null +++ b/apps/Android.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2019 The LineageOS 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)) +include $(CLEAR_VARS)