On Friday, February 28, 2014 11:09:48 PM UTC+8, Sotaro Ikeda wrote: > When I tried to build hamachi yesterday. It failed because of build error. > The following code >aurora part try to patch to gecko and failed. We use caf > as gonk part on our build. But caf part >start to patch to gecko. It seems > not good. Does someone know about it? > > <project path="device/qcom/b2g_common" name="quic/lf/b2g/build" > > revision="master" /> I don't know why. Since hamachi is ICS based and still uses bluez as the bluetooth stack. This patch is not necessary for hamachi, now only JB/KK uses bluedroid as the bt stack. I think you can delete the patch locally. It looks like caf has their own modification for bluetooth HAL header files, and since we followed AOSP bluetooth HAL (at least I think we shall follow aosp HAL), caf tries to patch our gecko code to match their HAL headers. Auto patch failed because recently change file path in bug 972732.
See: https://www.codeaurora.org/cgit/quic/la/platform/hardware/libhardware/commit/include/hardware/bluetooth.h?h=kk_rb1.8&id=65958cf587c26fe4a42e7bb9e77935a44606b39d Bluetooth : HAL change for wake state change callback This change includes function declaration for the wake state change callback. This is to implement wake lock acquire/release machanism to ensure the power saving when the ACL is not active. https://www.codeaurora.org/cgit/quic/la/platform/hardware/libhardware/commit/include/hardware/bluetooth.h?h=kk_rb1.8&id=032b1e1a6552dacb870f623301fef96c4a79f859 Bluetooth: SAP: Header files changes to support SAP on Bluedroid This change consists of: Header file changes for Bluedroid SAP profile _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
