"git@git.sphere.ly:matisse/android_kernel_samsung_matisse.git" did not exist on "b3087cc4f31a66c8c7b63419e913ed9d34145f10"
Commit c7cbde32 authored by Dmitriy Ivanov's avatar Dmitriy Ivanov
Browse files

Fix warning: overriding commands for target

Change-Id: I00fb4d6a8ff388722b75de9a0f4316619aaf9320
parent 91a61f77
......@@ -14,6 +14,10 @@
# limitations under the License.
#
# Include once
ifneq ($(bionic_run_on_host_mk_included),true)
bionic_run_on_host_mk_included:=true
ifneq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm mips x86))
LINKER = linker64
else
......@@ -37,3 +41,4 @@ bionic-prepare-run-on-host: $(TARGET_OUT_EXECUTABLES)/$(LINKER) $(TARGET_OUT)/et
ln -fs `realpath $(TARGET_OUT)/lib64` /system/; \
fi
endif
endif
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment