libfmjni: Fix wrong BT SOC property name
Derp by CAF
Author: Atman <masteratman@gmail.com>
Date: Mon Jun 3 19:29:05 2019 +0000
Partially revert "fm: Fix wrong BT SOC property name"
It makes no sense to use vendor.qcom.bluetoth.soc prop because FMApp is located in /system and after
the vendor-system isolation, the FMApp can't read the aforementioned prop.
We should be reading the vendor.bluetooth.soc prop which resides in system which
the FMApp can actually read after the enforced isolation.
A recursive grep actually confirms that the prop is being used in stock blobs.
This also addresses the issue of hal_bluetooth_qti, hal_audio_default trying to read vendor.qcom.bluetooth.soc.
The device is expected to declare vendor.bluetooth.soc in system.prop.
This partially reverts commit 518b8c1609a0763544fc0aa268e4de57be70ef75.
Change-Id: I461e63c25c241361c0a87ce23c04e16cfb7280a0
Signed-off-by: Atman <masteratman@gmail.com>
Change-Id: Ice597f953e5a2ac363d483649b78fd8bfeffa8a8
1 file changed