Skip to content

Commit 49c5297

Browse files
jiyongpGerrit Code Review
authored andcommitted
Merge changes I8fd2a3c9,Id08058f3
* changes: Set apex_available property Set apex_available property
2 parents 90540ad + 937b4bf commit 49c5297

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

libprocessgroup/Android.bp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ cc_library_headers {
1313
enabled: true,
1414
},
1515
},
16+
apex_available: [
17+
"//apex_available:platform",
18+
"//apex_available:anyapex",
19+
],
1620
}
1721

1822
cc_library {
@@ -52,4 +56,8 @@ cc_library {
5256
"-Werror",
5357
"-Wexit-time-destructors",
5458
],
59+
apex_available: [
60+
"//apex_available:platform",
61+
"//apex_available:anyapex",
62+
],
5563
}

libstats/push_compat/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ cc_library {
4747
defaults: ["libstatspush_compat_defaults"],
4848
export_include_dirs: ["include"],
4949
static_libs: ["libgtest_prod"],
50+
apex_available: ["com.android.resolv"],
5051
}
5152

5253
cc_test {

libstats/socket/Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ cc_library_headers {
5454
name: "libstatssocket_headers",
5555
export_include_dirs: ["include"],
5656
host_supported: true,
57+
apex_available: ["com.android.resolv"],
5758
}
5859

5960
cc_benchmark {

0 commit comments

Comments
 (0)