Merge "Limit maxGxpDebugDumps to 4" into main
This commit is contained in:
commit
6c1885ee19
@ -17,7 +17,7 @@
|
||||
#include <android-base/properties.h>
|
||||
#include <android-base/file.h>
|
||||
|
||||
#define maxGxpDebugDumps 3
|
||||
#define maxGxpDebugDumps 4
|
||||
|
||||
int main() {
|
||||
/* TODO(b/277094681): Set default value to false around device beta milestone. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user