Enable the static profman libs for darwin, since the binary is.
Test: Presubmits
Bug: 184037173
Change-Id: Ibcebf0cf2610dc11cc8c96fb188e0d99e7ae1f0e
diff --git a/profman/Android.bp b/profman/Android.bp
index 366bd85..01e9226 100644
--- a/profman/Android.bp
+++ b/profman/Android.bp
@@ -64,6 +64,11 @@
"libdexfile_static_defaults",
"libprofile_static_defaults",
],
+ target: {
+ darwin: {
+ enabled: true,
+ },
+ },
}
art_cc_library_static {
@@ -76,6 +81,11 @@
"libdexfiled_static_defaults",
"libprofiled_static_defaults",
],
+ target: {
+ darwin: {
+ enabled: true,
+ },
+ },
}
art_cc_binary {