lineage-aosp / bug-changelog

0 stars 0 forks source link

PE for Xperia X #3

Open iDavLaFF opened 5 years ago

iDavLaFF commented 5 years ago

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)

infixremix commented 5 years ago

Copy and paste errors to gist and I will look.

iDavLaFF commented 5 years ago

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

infixremix commented 5 years ago

rm -rf hardware/qcom/data/ipacfg-mgr/sdm845/hal

infixremix commented 5 years ago

A already defined is easy to fix just nuke a directory

iDavLaFF commented 5 years ago

rm -rf

device/sony/common/hardware/qcom/Android.mk:44: error: FindEmulator: find: `hardware/qcom/data/ipacfg-mgr/sdm845': No such file or directory

infixremix commented 5 years ago

You would nuke hardware/qcom/data/ipacfg-mgr/sdm845/hal:

iDavLaFF commented 5 years ago

I can remove dependence in common, but is this good?

infixremix commented 5 years ago

No

iDavLaFF commented 5 years ago

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.

infixremix commented 5 years ago

@iDavLaFF yes do the same for every folder lol