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)
......
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
How can i fix it anyone occur this