Skip to content

Commit

Permalink
Remove android blueprint change
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed May 21, 2024
1 parent d5d21f0 commit 97ff32b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ genrule {
"dependencies.list",
"src/cpprealm/internal/version_numbers.hpp.in",
],
out: ["cpprealm/version_numbers.hpp"],
out: ["cpprealm/internal/version_numbers.hpp"],
tool_files: ["tools/generate-version-numbers-for-soong.sh"],
cmd: "$(location) $(in) > $(out)",
}
Expand Down Expand Up @@ -47,9 +47,8 @@ cc_library_static {
"src/cpprealm/internal/apple/**/*",
"src/cpprealm/internal/curl/**/*"
],
export_include_dirs: ["include"],
export_include_dirs: ["src"],
export_generated_headers: ["gen_realmcxx_version_numbers"],
static_libs: ["realm"],
include_build_directory: false,
vendor: true
include_build_directory: false
}

0 comments on commit 97ff32b

Please sign in to comment.