minimal-manifest-twrp / platform_manifest_twrp_aosp

Minimal manifest for building TWRP for devices shipped with Android 10+
282 stars 250 forks source link

Lunch call fails due to invalid TARGET_PLATFORM_VERSION #25

Closed Magendanz closed 1 year ago

Magendanz commented 1 year ago

A recent check-in seems to be causing lunch to fail due to an invalid TARGET_PLATFORM_VERSION.

To repo:

Result:

build/make/core/version_defaults.mk:56: warning: Invalid TARGET_PLATFORM_VERSION 'PPR1', must be one of
In file included from build/make/core/config.mk:291:
In file included from build/make/core/envsetup.mk:68:
build/make/core/version_defaults.mk:57: error: RP1A.
23:19:39 dumpvars failed with: exit status 1

Lunch then runs, but there are no listed combos.

Magendanz commented 1 year ago

This appears to have resolved itself.