Skip to content

To mention a small issue. #9

Description

@azzzddddd

The uppercase ** Nubia** originates from the PRODUCT_BRAND variable defined in your twrp_NX769J.mk file:

PRODUCT_BRAND := Nubia

In the Extracting variables from .mk file script, this PRODUCT_BRAND value is extracted and used to construct the DEVICE_DIRECTORY variable:

DEVICE_DIRECTORY="device/$brand"

Since $brand holds the value Nubia, the script creates the directory device/Nubia.

The build process will result in the following error:

device/Nubia/NX769J/twrp_NX769J.mk:26: error: _nic.PRODUCTS.[[device/Nubia/NX769J/twrp_NX769J.mk]]: "device/nubia/NX769J/device.mk" does not exist.

Solution

  • Please change the first letter of the manufacturer's name to lowercase.

😊😊😊

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions