radxa / manifests

91 stars 38 forks source link

ld.lld: error: undefined symbol: android::hardware::graphics::mapper::V2_0::IMapper::descriptor #43

Closed Raywang80s closed 1 year ago

Raywang80s commented 1 year ago

when i rebuild the android12 aosp . it error as this :

//hardware/interfaces/graphics/mapper/2.1:android.hardware.graphics.mapper@2.1 link android.hardware.graphics.mapper@2.1.so ...... ld.lld: error: undefined symbol: android::hardware::graphics::mapper::V2_0::IMapper::descriptor

referenced by MapperAll.cpp:59 (out/soong/.intermediates/hardware/interfaces/graphics/mapper/2.1/android.hardware.graphics.mapper@2.1_genc++/gen/android/hardware/graphics/mapper/2.1/MapperAll.cpp:59) ......

How can i fix it anyone occur this

Raywang80s commented 1 year ago

i download the mapper folder by here : https://android.googlesource.com/platform/hardware/interfaces/+/master/graphics/ and it works..aha.