I'm on Linux Mint 18 and I don't have any problem, I just had to set
to compile AOSP with JDK7 instead of the v8.
@jonsmirl: I made a small patch to solve this error while building u-boot:
See here: http://pastebin.com/raw/bMZAhudn
Code:
export JAVA_HOME=/path/to/JDK7
export PATH=$PATH:/path/to/JDK7/bin
to compile AOSP with JDK7 instead of the v8.
@jonsmirl: I made a small patch to solve this error while building u-boot:
Quote:Makefile:1200: *** missing separator.
See here: http://pastebin.com/raw/bMZAhudn