If I'm understanding you correctly, you are looking for the device drivers and such for the Nexus 5x?
For the Nexus devices, these are actually included in the entire device image. These images can be found here <https://developers.google.com/android/nexus/drivers>, and you can extract the vendor.img from it easily to get the drivers. Simply put the vendor.img in the same directory as all the other generated images after you run make. Running "adb -w flashall" will put the working OS on the phone. While this will result in a working build, the bluetooth and telephony will likely be broken. This is actually a mistake on Google's part. I went through this and used this thread <https://groups.google.com/forum/#!searchin/android-building/nexus$205x$20binaries/android-building/_XZxkcSrQVI/H62pJm5rGQAJ>'s info to solve it. Read the thread and check out the repo it links to. That repo actually documents the bug and fix better than I could, but it's basically a script you'll run on the vendor.img file. It will produce a directory that you will place at the root of your AOSP source. Run make once more and your bluetooth / telephony issue will be fixed. If you have any follow up questions let me know. Also, if you are trying to build MHC19Q, I already ran the script on the respective vendor.img file. I can simply send you the resulting directory. On Sunday, June 26, 2016 at 10:46:49 PM UTC-4, L Jinho wrote: > > I tried to build whole android binary for Nexus 5X (bullhead) > I could clone the kernel with android-msm-bullhead-3.10-marshmallow-mr2 > git branch > > However, There is no binaries for Nexus 5X in > https://developers.google.com/android/nexus/drivers > > In that web-site, there are some binaries like below, (Nexus 5 for example) > Nexus 5 (GSM/LTE) binaries for Android 4.4.2 (KOT49H) > Hardware ComponentCompanyDownloadMD5 ChecksumSHA-1 Checksum > NFC, Bluetooth, Wi-Fi Broadcom Link > <https://dl.google.com/dl/android/aosp/broadcom-hammerhead-kot49h-a670ed75.tgz> > > 452a3341cc119426525840940cad1305 a22b82fc6e49c2a49dc00f2cd34de599cd7c36a9 > Camera, Sensors, Audio LG Link > <https://dl.google.com/dl/android/aosp/lge-hammerhead-kot49h-e6165a67.tgz> > 0c70d48e8555ad9551f315352f2f7df1 8cd487560bd3fba2c26a69d88f93dd255078c5c6 > Graphics, GSM, Camera, GPS, Sensors, Media, DSP, USB Qualcomm Link > <https://dl.google.com/dl/android/aosp/qcom-hammerhead-kot49h-518133bf.tgz> > 8add65d8167f3d6c13280a2b63ef4184 deb466243f40d948520230cc21f0618ee02e079b > > Nexus 5X got some different camera and wi-fi modules (and some others), > Nexus 5's binaries could not be used for Nexus 5X. > > Where can I get those SW for Nexus 5X? Over a year, Nexus 5X's SW did not > update in that site? > > Thanks for reading > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
