KBEA-00165 - Best Practices for Android Builds Using CloudBees Build Acceleration 10.1 and Newer Versions Arturo Cardenas July 13, 2022 08:16 Updated The content of this article has moved to the new documentation site. Related articles KBEA-00171 - Using eMake to Accelerate BitBake Builds Using ElectricAccelerator 11.0.1 CloudBees Build Acceleration™ 12.1 is now available KBEA-00130 - Best Practices for Android Builds Using CloudBees Build Acceleration 10.0 and Older Versions KBEA-00176 - Fixing "cannot find name for user/group" error KBEA-00173 - Operating System on Emake Machines and Agent Hosts Need to be Compatible Comments 2 comments Sort by Date Votes Gregory Maxey April 16, 2021 15:12 The back tick "`" should be removed from these: --emake-history`=` --emake-historyfile`=` --emake-root`=` --emake-readdir-conflicts`= ``--emake-blind-create=1` 0 Gregory Maxey April 16, 2021 15:15 The code in the example makefile, **cd $(ANDROID_ROOT) \&\& $(MAKE)** it should be cd $(ANDROID_ROOT) && $(MAKE) And the line following is not part of the makefile, but part of the article. 0 Please sign in to leave a comment.
Comments
2 comments
The back tick "`" should be removed from these:
--emake-history`=`
--emake-historyfile`=`
--emake-root`=`
--emake-readdir-conflicts`=
``--emake-blind-create=1`
The code in the example makefile,
**cd $(ANDROID_ROOT) \&\& $(MAKE)**
it should be
cd $(ANDROID_ROOT) && $(MAKE)
And the line following is not part of the makefile, but part of the article.
Please sign in to leave a comment.