1

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?

Paul Roub
  • 36,322
  • 27
  • 84
  • 93
user1071138
  • 656
  • 3
  • 12
  • 30

1 Answers1

2

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

Furqan
  • 465
  • 6
  • 22