-1

Can i add leak canary aar to Android.mk dependency and use leak canary as part of system app

ArathyAnand
  • 71
  • 1
  • 8

1 Answers1

0

You should try using android_library_import in Android.bp instead. Check some documentation in Soong Modules Reference.

https://source.android.com/docs/setup/build#modules

Rajat Gupta
  • 419
  • 3
  • 10