microg / GsfProxy

GsfProxy: legacy support proxy library, requires GmsCore
Apache License 2.0
94 stars 23 forks source link

Handle OUT_DIR being relative to the top directory #9

Closed berolinux closed 7 years ago

berolinux commented 7 years ago

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

mar-v-in commented 7 years ago

Thanks! This should be applied to the other repos that are AOSP build compatible as well, right?