-
-
Save h0tw1r3/3202547 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project name="CyanogenMod/android_device_samsung_msm8660-common" path="device/samsung/msm8660-common" /> | |
<project name="h0tw1r3/android_device_samsung_quincyatt" path="device/samsung/quincyatt" /> | |
<project name="h0tw1r3/android_device_samsung_quincy-common" path="device/samsung/quincy-common" /> | |
<project name="h0tw1r3/android_kernel_samsung_msm8660-common" path="kernel/samsung/msm8660-common" revision="jb-test" /> | |
<project name="h0tw1r3/android_vendor_samsung_quincyatt" path="vendor/samsung/quincyatt" /> | |
</manifest> |
I keep running into tbis error and I know a few people are too, hopefully you can shed some light on it
target arm C++: audio.primary.msm8660 <= hardware/qcom/audio/msm8660/audio_hw_hal.cpp
In file included from hardware/qcom/audio/msm8660/audio_hw_hal.cpp:24:0:
system/core/include/system/audio.h:253:1: warning: 'typedef' was ignored in this declaration [enabled by default]
hardware/qcom/audio/msm8660/audio_hw_hal.cpp: In function 'int android_audio_legacy::adev_open_output_session(audio_hw_device_, uint32_t, int_, int, uint32_t, uint32_t, audio_stream_out**)':
hardware/qcom/audio/msm8660/audio_hw_hal.cpp:452:34: error: 'class android_audio_legacy::AudioHardwareInterface' has no member named 'openOutputSession'
hardware/qcom/audio/msm8660/audio_hw_hal.cpp: In function 'int android_audio_legacy::adev_open_output_stream(audio_hw_device_, audio_io_handle_t, audio_devices_t, audio_output_flags_t, audio_config_, audio_stream_out**)':
hardware/qcom/audio/msm8660/audio_hw_hal.cpp:489:69: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
hardware/qcom/audio/msm8660/audio_hw_hal.cpp: In function 'int android_audio_legacy::adev_open_input_stream(audio_hw_device_, audio_io_handle_t, audio_devices_t, audio_config_, audio_stream_in**)':
hardware/qcom/audio/msm8660/audio_hw_hal.cpp:551:73: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
hardware/qcom/audio/msm8660/audio_hw_hal.cpp: In function 'int android_audio_legacy::qcom_adev_open(const hw_module_t_, char const_, hw_device_t**)':
hardware/qcom/audio/msm8660/audio_hw_hal.cpp:655:19: error: 'struct audio_hw_device' has no member named 'open_output_session'
make: *** [out/target/product/quincyatt/obj/SHARED_LIBRARIES/audio.primary.msm8660_intermediates/audio_hw_hal.o] Error 1
it should be CyanogenMod/android_kernel_samsung_msm8660-common
not
CyanogenMod/kernel_device_samsung_msm8660-common