Merge "Fix mac build."
diff --git a/Android.bp b/Android.bp
index 9d59973..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",
],
diff --git a/tools/gen_android_bp b/tools/gen_android_bp
index 8baf31a..89414f4 100755
--- a/tools/gen_android_bp
+++ b/tools/gen_android_bp
@@ -192,7 +192,6 @@
'symbol_file': 'src/profiling/memory/heapprofd_client_api.map.txt',
}),
('export_include_dirs', {'src/profiling/memory/include'}),
- ('host_supported', True),
],
'heapprofd_client': [
('include_dirs', {'bionic/libc'}),