aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hoisie <hoisie@google.com>2023-12-27 18:45:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-12-27 18:45:47 +0000
commitc4e1f505bdf1122ca882bb86f3a5b5827b6fe05e (patch)
treebb57daf990cb27c4499c88cd9ff4acea17dd7250
parentf29c6e656f0a3cf196b0e0d023c0ec9ceb2b14a8 (diff)
parent1811691372e9651f6e96e3adf636183ee22508c8 (diff)
downloadlibnativehelper-android12-hostruntime-dev.tar.gz
Merge "Enable host windows for all libnativehelper targets" into android12-hostruntime-devandroid12-hostruntime-dev
-rw-r--r--Android.bp10
1 files changed, 5 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 48e0380..7172404 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,6 +36,11 @@ cc_defaults {
"-std=c11",
],
shared_libs: ["liblog"],
+ target: {
+ windows: {
+ enabled: true,
+ },
+ },
}
cc_library_headers {
@@ -103,11 +108,6 @@ cc_library {
defaults: ["libnativehelper_defaults"],
bootstrap: false,
host_supported: true,
- target: {
- windows: {
- enabled: true,
- },
- },
srcs: [
"DlHelp.c",
"ExpandableString.c",