We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When generating dummy dt, the PRODUCT_MANUFACTURER variable get sets with a minor derp
android_tools/tools/dummy_dt.sh
Line 275 in 483c4b4
For instance, in the case of Xiaomi devices, it gets written as PRODUCT_MANUFACTURER := xiaomi [1] instead of PRODUCT_MANUFACTURER := Xiaomi [2]
PRODUCT_MANUFACTURER := xiaomi
PRODUCT_MANUFACTURER := Xiaomi
on other OEMs, incorrect values gets written, eg. OnePlus
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When generating dummy dt, the PRODUCT_MANUFACTURER variable get sets with a minor derp
android_tools/tools/dummy_dt.sh
Line 275 in 483c4b4
For instance, in the case of Xiaomi devices, it gets written as
PRODUCT_MANUFACTURER := xiaomi
[1]instead of
PRODUCT_MANUFACTURER := Xiaomi
[2]on other OEMs, incorrect values gets written, eg. OnePlus
The text was updated successfully, but these errors were encountered: