diff options
| author | Yifan Hong <elsk@google.com> | 2017-06-08 11:30:17 -0700 |
|---|---|---|
| committer | Yifan Hong <elsk@google.com> | 2017-06-08 14:16:11 -0700 |
| commit | e250fd84db8789823a7435462062e9c23377eadd (patch) | |
| tree | b8b6e5e3ce296527cea18100eb3cce74c2f1ae2d /qemu_pipe/Android.bp | |
| parent | fd79f01baf5a8b60c4172fc183579b9c796edbd3 (diff) | |
| download | system_core-e250fd84db8789823a7435462062e9c23377eadd.tar.gz system_core-e250fd84db8789823a7435462062e9c23377eadd.tar.bz2 system_core-e250fd84db8789823a7435462062e9c23377eadd.zip | |
libqemu: Android.mk -> bp
Test: mma
Bug: 37512442
Change-Id: I96f482b3f7734ca217084104b9b733d33459d635
Diffstat (limited to 'qemu_pipe/Android.bp')
| -rw-r--r-- | qemu_pipe/Android.bp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qemu_pipe/Android.bp b/qemu_pipe/Android.bp new file mode 100644 index 000000000..ea9fa76e4 --- /dev/null +++ b/qemu_pipe/Android.bp @@ -0,0 +1,13 @@ +// Copyright 2011 The Android Open Source Project + +cc_library_static { + name: "libqemu_pipe", + sanitize: { + misc_undefined: ["integer"], + }, + srcs: ["qemu_pipe.cpp"], + local_include_dirs: ["include"], + static_libs: ["libbase"], + export_include_dirs: ["include"], + cflags: ["-Werror"], +} |
