Open iDavLaFF opened 5 years ago
Copy and paste errors to gist and I will look.
errors
build/make/core/base_rules.mk:260: error: hardware/qcom/data/ipacfg-mgr/sdm845/hal: MODULE.TARGET.SHARED_LIBRARIES. liboffloadhal already defined by hardware/qcom/data/ipacfg-mgr/sdm845/hal
rm -rf hardware/qcom/data/ipacfg-mgr/sdm845/hal
A already defined is easy to fix just nuke a directory
rm -rf
device/sony/common/hardware/qcom/Android.mk:44: error: FindEmulator: find: `hardware/qcom/data/ipacfg-mgr/sdm845': No such file or directory
You would nuke hardware/qcom/data/ipacfg-mgr/sdm845/hal:
I can remove dependence in common, but is this good?
No
hardware/qcom/data/ipacfg-mgr/sdm845/hal
I tried this, but get new errors with other folders in hardware/qcom/data/ipacfg-mgr/sdm845
If delete dependence in common build start, but I think it's not good. Need to find another solution.
@iDavLaFF yes do the same for every folder lol
Hello, I want to build PE for my device. But in building process, I have many errors with make files. Can you help me with correct sync (local-manifests)