Fix mac build.

Bug: 181012877
Change-Id: Iad321fc5e87e70b7edebb24f9cf527ef57e9d196
diff --git a/Android.bp b/Android.bp
index 8cf6cc0..2bdae45 100644
--- a/Android.bp
+++ b/Android.bp
@@ -167,7 +167,6 @@
   srcs: [
     "src/profiling/memory/client_api_noop.cc",
   ],
-  host_supported: true,
   export_include_dirs: [
     "src/profiling/memory/include",
   ],
@@ -176,10 +175,10 @@
   ],
   version_script: "src/profiling/memory/heapprofd_client_api.map.txt",
   stubs: {
-    symbol_file: "src/profiling/memory/heapprofd_client_api.map.txt",
     versions: [
       "S",
     ],
+    symbol_file: "src/profiling/memory/heapprofd_client_api.map.txt",
   },
 }