I am trying to create a kernel for AOSP 4.4.2 for a device. When I compile the kernel, I get
build/core/base_rules.mk:134: *** vendor/google/libs: MODULE.TARGET.SHARED_LIBRARIES.libjpeg already defined by external/jpeg. Stop.
I understand that the generic libjpeg variable is already defined, and I need to delete one of them. It's right?
I tried looking into the external / jpeg folder, and I'm not sure which file I should look at. Can someone please tell me how to handle this situation.
source share