Does anybody know how to completely disable jack while compiling AOSP (Master)?
I've always had problems with jack, so I've just always turned it off by adding ANDROID_COMPILE_WITH_JACK := false
in BoardConfig.mk (when compiling CyanogenMod).
I'm now compiling aosp and it just seems to ignore this command.
Note: I'm not really trying to solve any jack related issues I have, I'm trying to turn it off.