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

Commit fd72eaab authored by JP Sugarbroad's avatar JP Sugarbroad
Browse files

[RESTRICT AUTOMERGE] Add new Android.mk to handle repo move

We're moving the platform/build repository down a level, then symlinking
the directories and necessary files back into build/. So if we're still
in build/, keep searching for Android.mk files, otherwise stop, since
they'll be found through the symlinks.

Bug: 109817231
Change-Id: I057957e9b201c14dee185f9c00df157f178d8a31
parent 7c0f23dc
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