Skip to content

Instantly share code, notes, and snippets.

@h0tw1r3
Created July 29, 2012 23:31
Show Gist options
  • Save h0tw1r3/3202547 to your computer and use it in GitHub Desktop.
Save h0tw1r3/3202547 to your computer and use it in GitHub Desktop.
Cyanogenmod 10 local_manifest for SGH-I717 build
<?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="CyanogenMod/android_kernel_samsung_msm8660-common" path="kernel/samsung/msm8660-common" />
</manifest>
@manelscout4life
Copy link

it should be CyanogenMod/android_kernel_samsung_msm8660-common

not

CyanogenMod/kernel_device_samsung_msm8660-common

@manelscout4life
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment