兴趣是坚持一件事永不衰竭的动力
发布时间:2015-08-20 23:50:21
# This is included by the top-level Makefile.<br /># It sets up standard variables based on the<br /># current configuration and platform, which<br /># are not specific to what is being built.<br /><br /><br /># Only use ANDROID_BUILD_SHELL to wrap around bash.<br /># DO NOT use other shells .........【阅读全文】
发布时间:2015-08-20 23:49:27
# Variables we check:<br /># HOST_BUILD_TYPE = { release debug }<br /># TARGET_SIMULATOR = { true <null> }<br /># TARGET_BUILD_TYPE = { release debug }<br /># and we output a bunch of variables, see the case statement at<br /># the bottom for the .........【阅读全文】
发布时间:2015-08-20 23:48:30
# Only use ANDROID_BUILD_SHELL to wrap around bash.<br /># DO NOT use other shells such as zsh.<br />ifdef ANDROID_BUILD_SHELL<br />SHELL := $(ANDROID_BUILD_SHELL)<br />else<br /># Use bash, not whatever shell somebody has installed as /bin/sh<br /># This is repeated in config.mk, since envset.........【阅读全文】