summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yifan Hong <elsk@google.com> 2020-11-02 18:36:39 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-11-02 18:36:39 +0000
commit52d6f602de14c0df1f51ff28b6e9d426f4b26e51 (patch)
tree221ba7226d4b9340593c7877ceea02c6d06d68aa
parentfe60632e0615ff85ebe3a0649857f0f1c0be98f3 (diff)
parent77e16fd342415fe67b131df2cc8c0848cc7ab9ec (diff)
Merge "Revert "Enable serialization_fuzzer to be built for the host""
-rw-r--r--libs/vr/libpdx/Android.bp2
-rw-r--r--libs/vr/libpdx/fuzz/Android.bp1
2 files changed, 0 insertions, 3 deletions
diff --git a/libs/vr/libpdx/Android.bp b/libs/vr/libpdx/Android.bp
index db9704d6ea..24ba83048d 100644
--- a/libs/vr/libpdx/Android.bp
+++ b/libs/vr/libpdx/Android.bp
@@ -1,6 +1,5 @@
cc_library_headers {
name: "libpdx_headers",
- host_supported: true,
export_include_dirs: ["private"],
vendor_available: true,
min_sdk_version: "29",
@@ -8,7 +7,6 @@ cc_library_headers {
cc_library_static {
name: "libpdx",
- host_supported: true,
clang: true,
cflags: [
"-Wall",
diff --git a/libs/vr/libpdx/fuzz/Android.bp b/libs/vr/libpdx/fuzz/Android.bp
index 114cec9c41..b36e0deea0 100644
--- a/libs/vr/libpdx/fuzz/Android.bp
+++ b/libs/vr/libpdx/fuzz/Android.bp
@@ -42,7 +42,6 @@ cc_fuzz {
cc_fuzz {
name: "libpdx_serialization_fuzzer",
- host_supported: true,
clang: true,
srcs: [
"serialization_fuzzer.cpp",