Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6714dbc2 authored by Ying Wang's avatar Ying Wang
Browse files

Add comments for ANDROID_BUILD_SHELL

Change-Id: I71f0a1a08b097cd179bbcb684a9114267f9bf0db
parent 2ce495a0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+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