When linking against .jack files that contain 1.8 language features Jack (currently) requires -D jack.java.source.version=1.8. "core-tests" includes 1.8 language features. Bug: 27113322 Bug: 26953739 (cherry-picked from commit a835180b74af2cad853db08e8d41a7b04773759b) Change-Id: I2be4db6788b14558f74534c24bb007f7fb8b6b67
MediaFrameworkTest/ Uses instrumentation and so can be run with runtest. It assumes /sdcard/media_api/ has been populated. contents/media_api/ Push to /sdcard/media_api/ for use with MediaFrameworkTest: adb shell mkdir /sdcard/media_api adb push contents/media_api/ /sdcard/media_api/ All other subdirectories are manual tests or sample apps.