Reputation: 666
I'm building the open source project https://code.google.com/p/ics-openvpn/
The readme file says: "Disable Google breakcode (WITH_BREAKPAD=0 in jni/Android.mk)"
how can I perform this action?
Upvotes: 1
Views: 1539
Reputation: 465
GO jni folder Open Android.mk and search WITH_BREAKPAD .. when you find it .. it would be like WITH_BREAKPAD=1 make it WITH_BREAKPAD=1 hence resolved
Upvotes: 2