Add option to skip map/prog based on build type
This feature allows skipping a program or map based on the type of the
build. This allows things like userdebug-only programs.
Bug: 246985031
Test: added test program and watched it skipped on userdebug
Change-Id: I981e3447b40751926cbfd1692e13772ec582d3d4
diff --git a/libbpf_android/Android.bp b/libbpf_android/Android.bp
index 1893c6d..dda943d 100644
--- a/libbpf_android/Android.bp
+++ b/libbpf_android/Android.bp
@@ -39,6 +39,7 @@
shared_libs: [
"libbase",
+ "libcutils",
"libutils",
"liblog",
"libbpf_bcc",