You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raised this [PR] (#120) to solve this issue.
But after the code change made which is in the PR [I get another error.] (#122) So, reverted back the [PR] (#120).
Any idea how to fix this? Anyone faced this? What could be the root cause or fix?
The text was updated successfully, but these errors were encountered:
Found this helpful, and Build is progressing after doing this. Not sure if its a legit method to solve it or not. Will keep posted here.
Translated text:
After checking, it should be (adapting to ginkgo):
device/xiaomi/ginkgo/mk_ginkgo.mk
Only include:
vendor/mokee/config/common_full_phone.mk
And PATH_OVERRIDE_SOONG is in:
vendor/mokee/config/BoardConfigSoong.mk
defined in.
vendor/mokee/config/BoardConfigMoKee.mk
will contain BoardConfigSoong, so try to put
BoardConfigMoKee added to
device/xiaomi/ginkgo/BoardConfig.mk
(Add include vendor/mokee/config/BoardConfigMoKee.mk at the bottom)
I found that aicp did not have this problem. After checking, it turned out to be:
$ grep -rn 'BoardConfigAicp'
build/make/core/config.mk:238:include vendor/aicp/config/BoardConfigAicp.mk
I am building unofficially Superior OS for RMX1851 (Realme 3 Pro with sdm710 chipset). I am using thirteen branch.
Device tree used: https://github.com/VTVishwanath/superior_device_realme_RMX1851
Kernel tree used: https://github.com/Cykeek/kernel_realme_sdm710 -b A13 kernel/realme/sdm710
Device vendor tree used: https://github.com/ArrowOS-Devices/android_vendor_realme_RMX1851
I get below error.
Raised this [PR] (#120) to solve this issue.
But after the code change made which is in the PR [I get another error.] (#122) So, reverted back the [PR] (#120).
Any idea how to fix this? Anyone faced this? What could be the root cause or fix?
The text was updated successfully, but these errors were encountered: