]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/commitdiff
Merge "Fix warning: overriding commands for target"
authorDmitriy Ivanov <dimitry@google.com>
Wed, 3 Dec 2014 18:55:55 +0000 (18:55 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Wed, 3 Dec 2014 18:55:56 +0000 (18:55 +0000)
build/run-on-host.mk

index f016361d677b58f0b95ff391bd9a609c8e338d30..dc7e5d52fc1681555e936960b1e85dd90f2b8155 100644 (file)
 # 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