Closed
Bug 949898
Opened 11 years ago
Closed 11 years ago
Compile error on Nexus4 JB 4.2.2 (can't find bt_rc.h)
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 946240
People
(Reporter: jerry, Unassigned)
Details
My code base is from flatfish repo nexus-4-jb4.2.2_r1 branch(from bitbucket.org).
I can't find bt_rc.h in my b2g folder, but I can find this file in nexus4 jb4.3 branch.
This is the error message.
mozilla_central/dom/bluetooth/bluedroid/BluetoothA2dpManager.cpp:13:28: fatal error: hardware/bt_rc.h: No such file or directory
Reporter | ||
Comment 1•11 years ago
|
||
Hi Shawn,
I have disable the BT option in configure.in, but I still get other compile error.
Can we still use bt in jb 4.2.2?
Thanks!
Flags: needinfo?(shuang)
flatfish uses JB 4.2 + BlueZ. Nexus 4 uses bluedroid but support JB 4.3 only.
Flags: needinfo?(shuang)
Reporter | ||
Comment 3•11 years ago
|
||
Can we use nexus4 without bt on JB 4.2.2?
See bug 948337. If you build break in AudioManager, see Comment 4. Anyway, I will fix this bt_rc.h build break problem on JB 4.2.2
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
We have flag for avrcp 1.3, 1.4 for bluedroid. Set duplicate bug 946240.
You need to log in
before you can comment on or make changes to this bug.
Description
•