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

Commit 821fb422 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge \"Add new Android.mk to handle repo move\"

am: ab95c4a5

Change-Id: I435c234381c051846e78b2b1a7e305aa69918055
parents 3c48705b ab95c4a5
Loading
Loading
Loading
Loading

Android.mk

0 → 100644
+8 −0
Original line number Diff line number Diff line
LOCAL_PATH := $(call my-dir)

# We're relocating the build project to a subdirectory, then using symlinks
# to expose the subdirectories where they used to be. If the manifest hasn't
# been updated, we need to include all the subdirectories.
ifeq ($(LOCAL_PATH),build)
include $(call first-makefiles-under,$(LOCAL_PATH))
endif