Loading core/config.mk +4 −3 Original line number Original line Diff line number Diff line Loading @@ -3,10 +3,14 @@ # current configuration and platform, which # current configuration and platform, which # are not specific to what is being built. # are not specific to what is being built. ifdef ANDROID_BUILD_SHELL SHELL := $(ANDROID_BUILD_SHELL) else # Use bash, not whatever shell somebody has installed as /bin/sh # Use bash, not whatever shell somebody has installed as /bin/sh # This is repeated from main.mk, since envsetup.sh runs this file # This is repeated from main.mk, since envsetup.sh runs this file # directly. # directly. SHELL := /bin/bash SHELL := /bin/bash endif # Tell python not to spam the source tree with .pyc files. This # Tell python not to spam the source tree with .pyc files. This # only has an effect on python 2.6 and above. # only has an effect on python 2.6 and above. Loading Loading @@ -325,6 +329,3 @@ TARGET_AVAILABLE_SDK_VERSIONS := current \ INTERNAL_PLATFORM_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/public_api.xml INTERNAL_PLATFORM_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/public_api.xml core/main.mk +4 −1 Original line number Original line Diff line number Diff line ifdef ANDROID_BUILD_SHELL SHELL := $(ANDROID_BUILD_SHELL) else # Use bash, not whatever shell somebody has installed as /bin/sh # Use bash, not whatever shell somebody has installed as /bin/sh # This is repeated in config.mk, since envsetup.sh runs that file # This is repeated in config.mk, since envsetup.sh runs that file # directly. # directly. SHELL := /bin/bash SHELL := /bin/bash endif # this turns off the suffix rules built into make # this turns off the suffix rules built into make .SUFFIXES: .SUFFIXES: Loading Loading
core/config.mk +4 −3 Original line number Original line Diff line number Diff line Loading @@ -3,10 +3,14 @@ # current configuration and platform, which # current configuration and platform, which # are not specific to what is being built. # are not specific to what is being built. ifdef ANDROID_BUILD_SHELL SHELL := $(ANDROID_BUILD_SHELL) else # Use bash, not whatever shell somebody has installed as /bin/sh # Use bash, not whatever shell somebody has installed as /bin/sh # This is repeated from main.mk, since envsetup.sh runs this file # This is repeated from main.mk, since envsetup.sh runs this file # directly. # directly. SHELL := /bin/bash SHELL := /bin/bash endif # Tell python not to spam the source tree with .pyc files. This # Tell python not to spam the source tree with .pyc files. This # only has an effect on python 2.6 and above. # only has an effect on python 2.6 and above. Loading Loading @@ -325,6 +329,3 @@ TARGET_AVAILABLE_SDK_VERSIONS := current \ INTERNAL_PLATFORM_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/public_api.xml INTERNAL_PLATFORM_API_FILE := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/public_api.xml
core/main.mk +4 −1 Original line number Original line Diff line number Diff line ifdef ANDROID_BUILD_SHELL SHELL := $(ANDROID_BUILD_SHELL) else # Use bash, not whatever shell somebody has installed as /bin/sh # Use bash, not whatever shell somebody has installed as /bin/sh # This is repeated in config.mk, since envsetup.sh runs that file # This is repeated in config.mk, since envsetup.sh runs that file # directly. # directly. SHELL := /bin/bash SHELL := /bin/bash endif # this turns off the suffix rules built into make # this turns off the suffix rules built into make .SUFFIXES: .SUFFIXES: Loading