Skip to content

Commit

Permalink
Add Android build files
Browse files Browse the repository at this point in the history
  • Loading branch information
jenatali committed Oct 27, 2021
1 parent 275558e commit 407add8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cc_library_headers {
name: "DirectX-Headers",
export_include_dirs: ["include", "include/wsl/stubs"],
vendor_available: true,
}

cc_library_static {
name: "DirectX-Guids",
header_libs: ["DirectX-Headers"],
local_include_dirs: ["include/dxguids"],
srcs: ["src/dxguids.cpp"],
cppflags: ["-Wno-non-virtual-dtor", "-Wno-unused-value"],
vendor_available: true,
}

0 comments on commit 407add8

Please sign in to comment.