From 4e3516fb6ed04c8bb11655ee9ba9689ba6c938e6 Mon Sep 17 00:00:00 2001 From: Ryan Harkin Date: Thu, 19 Sep 2013 18:59:34 +0100 Subject: Add EDK2 sub-dir for Android builds Android builds assume there is still an edk2 sub-directory in the repository. To get around this, I've added a softlink to make the edk2 sub-dir point to the top level directory, to fool the build system into thinking we have one. Signed-off-by: Ryan Harkin --- edk2 | 1 + 1 file changed, 1 insertion(+) create mode 120000 edk2 diff --git a/edk2 b/edk2 new file mode 120000 index 000000000..945c9b46d --- /dev/null +++ b/edk2 @@ -0,0 +1 @@ +. \ No newline at end of file -- cgit v1.2.3