user1071138
user1071138

Reputation: 666

Android ics-Openvpn

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

Answers (1)

Furqan
Furqan

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

Related Questions