minimal-manifest-twrp / platform_manifest_twrp_aosp

Minimal manifest for building TWRP for devices shipped with Android 10+
298 stars 273 forks source link

ENVSETUP.sh building and using lunch command both have issues when attempting to build a TWRP RAMDisk (Boot Image) for the LG G8X ThinQ. (mh2lm) #40

Closed thinksecure closed 1 year ago

thinksecure commented 1 year ago

Hello, Boot Control HAL and Add_Lunch_Combo are both obsolete. For HAL I got no idea how to make it use the shared library module, and for Lunch Combo it seems to be already using Common_Lunch_Choices. Does anyone know how to fix this?

BuildingError BuildingErrorProducts

thinksecure commented 1 year ago

Found something. It was vendorsetup.sh causing the Lunch Combo issue, but now it says this. bash: common_lunch_choices: command not found bash: common_lunch_choices: command not found bash: common_lunch_choices: command not found

thinksecure commented 1 year ago

Checked the HAL part, now I know whats causing it, but I still do not know how to use Shared Library.

thinksecure commented 1 year ago

I just realized I'm using the wrong repo. I should be using the omni repo.