[android-building] Re: 7.0 aosp_x86-eng adb always lists emulator as offline

2016-09-20 Thread Miodrag Dinic
Hello Anatoly, emulator binaries in AOSP prebuilts dir are broken for quite some time. We are in the process of testing the fresh emulator binaries built from the tip of the tree emu-master-dev branch for all architectures. The fresh prebuilts should appear on Gerrit soon, hopefully by the end o

[android-building] Re: How to build intermediate classes.jar

2016-09-20 Thread Jiyong Park
>From Android-M, the default compiler for java source code is changed from javac to jack. As explained in https://source.android.com/source/jack.html, jack does not generate the intermediate classes.jar files. It directly generates classes.dex files from *.java files. Furthermore, using such in

[android-building] Need clarity on vendor.img for the 5X and 6P

2016-09-20 Thread James Musselwhite
Hello folks The 5X and 6P self-extracting drivers create a vendor.img file that is almost exactly the same as the vendor.img file in the factory image bundle. Do I even need to do the initial driver extraction as stated in "Extract Propriety Binaries"?

[android-building] Re: How to Disable jack compiler?

2016-09-20 Thread Earl Karanja
Update: The workaround i posted never really worked out. Let me know when you find a proper solution. On Wednesday, 7 September 2016 23:19:09 UTC+3, osas peace wrote: > > Is there anyway to disable jack compiler on aosp 7.0 and use proguard > instead? -- -- You received this message because

[android-building] Re: How to Disable jack compiler?

2016-09-20 Thread Earl Karanja
Been trying to do this too with no success. I needed instant run to work, my workaround was to change jack options to "false", then commenting out the compile options. Messy way to do it. jackOptions { enabled false } compileOptions { //targetCompatibility 1.8 //sourceCompatibilit

[android-building] Re: Why my compiled system.img is different from google official system.img?

2016-09-20 Thread James Musselwhite
To the best of my knowledge a stock Google system.img is going to be full of Google Apps which are not part of AOSP. Things like Google Play Services, the Play Store, and all the "Google ___" apps. Those are installed in the system partition when they come stock which is why you can't delete th

[android-building] Re: Need clarity on vendor.img for the 5X and 6P

2016-09-20 Thread James Musselwhite
Still very confused here. AOSP build NRD90U builds fine with no /vendor in the root directory. I have no idea if I need to extract https://dl.google.com/dl/android/aosp/huawei-angler-3235634-df9ca39a.tgz and https://dl.google.com/dl/android/aosp/qcom-angler-3235634-6e661c6c.tgz into the root fo