Loading core/config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ # current configuration and platform, which # are not specific to what is being built. # Only use ANDROID_BUILD_SHELL to wrap around bash. # DO NOT use other shells such as zsh. ifdef ANDROID_BUILD_SHELL SHELL := $(ANDROID_BUILD_SHELL) else Loading core/main.mk +2 −0 Original line number Diff line number Diff line # Only use ANDROID_BUILD_SHELL to wrap around bash. # DO NOT use other shells such as zsh. ifdef ANDROID_BUILD_SHELL SHELL := $(ANDROID_BUILD_SHELL) else Loading Loading
core/config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ # current configuration and platform, which # are not specific to what is being built. # Only use ANDROID_BUILD_SHELL to wrap around bash. # DO NOT use other shells such as zsh. ifdef ANDROID_BUILD_SHELL SHELL := $(ANDROID_BUILD_SHELL) else Loading
core/main.mk +2 −0 Original line number Diff line number Diff line # Only use ANDROID_BUILD_SHELL to wrap around bash. # DO NOT use other shells such as zsh. ifdef ANDROID_BUILD_SHELL SHELL := $(ANDROID_BUILD_SHELL) else Loading