Fix typo doubled BRAND to BOARD

This commit is contained in:
Chris Renshaw
2024-07-23 12:07:25 -03:00
committed by Wang Han
parent 89700a22ab
commit f3a150078f

View File

@@ -58,7 +58,7 @@ using SpoofConfig = std::tuple<
Prop<jstring, "TYPE">,
Prop<jstring, "TAGS">,
Prop<jstring, "SECURITY_PATCH", true>,
Prop<jstring, "BRAND">,
Prop<jstring, "BOARD">,
Prop<jstring, "HARDWARE">,
Prop<jint, "DEVICE_INITIAL_SDK_INT", true>
>;