Skip to content
Snippets Groups Projects
Commit 7ce1ef55 authored by Sorin Basca's avatar Sorin Basca Committed by Automerger Merge Worker
Browse files

Merge "Make libtinyxml2 available for Android" am: bbd51dd2 am: f5f1753c...

Merge "Make libtinyxml2 available for Android" am: bbd51dd2 am: f5f1753c am: 621092ff am: e9a4dc6a

Original change: https://android-review.googlesource.com/c/platform/external/tinyxml2/+/1719624

Change-Id: I85f1ec222d3dd61c290c80014645a91e41257097
parents a489f126 e9a4dc6a
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,14 @@ cc_library { ...@@ -66,6 +66,14 @@ cc_library {
}, },
export_include_dirs: ["."], export_include_dirs: ["."],
min_sdk_version: "S",
apex_available: [
"com.android.art",
"com.android.art.debug",
"//apex_available:platform", // For odsign.
],
} }
cc_test { cc_test {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment