Commit 48a767f
Handle OUT_DIR being relative to the top directory (microg#9)
The symlink created by Android.mk is in LOCAL_PATH, while
OUT_DIR may be relative to the top directory (AOSP 8.0),
causing the symlink to point at a wrong location.
Make sure the symlink points at an absolute path.
Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>1 parent b890c26 commit 48a767f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments