Skip to content

Commit

Permalink
Snap for 12917811 from d651644 to sdk-release
Browse files Browse the repository at this point in the history
Change-Id: Ibeba8ab31dde821d176851b9f242e2f153b8bb2b
  • Loading branch information
Android Build Coastguard Worker committed Jan 15, 2025
2 parents 96b1e56 + d651644 commit 0057165
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
8 changes: 5 additions & 3 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ cc_defaults {
host_supported: true,
vendor_available: true,
product_available: true,
recovery_available: true,
apex_available: [
"//apex_available:platform",
],
Expand Down Expand Up @@ -884,7 +885,7 @@ cc_library_static {
"//apex_available:anyapex",
"//apex_available:platform",
],

min_sdk_version: "apex_inherit",
}

// gRPC C++ library target with no encryption or authentication
Expand Down Expand Up @@ -947,7 +948,7 @@ cc_library_shared {
"//apex_available:anyapex",
"//apex_available:platform",
],

min_sdk_version: "apex_inherit",
}

cc_library_static {
Expand All @@ -968,7 +969,7 @@ cc_library_static {
"//apex_available:anyapex",
"//apex_available:platform",
],

min_sdk_version: "apex_inherit",
}

cc_library_static {
Expand All @@ -995,6 +996,7 @@ cc_defaults {
header_libs: ["libgrpc++_internal_headers"],
static_libs: ["libgpr_test_util"],
shared_libs: ["libgrpc++_unsecure"],
recovery_available: false,
}

cc_test {
Expand Down
3 changes: 1 addition & 2 deletions src/core/lib/promise/detail/basic_seq.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ class BasicSeqIter {
}
cur_ = next;
state_.~State();
Construct(&state_,
Traits::template CallSeqFactory(f_, *cur_, std::move(arg)));
Construct(&state_, Traits::CallSeqFactory(f_, *cur_, std::move(arg)));
return PollNonEmpty();
});
}
Expand Down
2 changes: 1 addition & 1 deletion third_party/upb/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cc_library_headers {
"//apex_available:anyapex",
"//apex_available:platform",
],

min_sdk_version: "apex_inherit",
}

cc_library_static {
Expand Down
2 changes: 1 addition & 1 deletion third_party/utf8_range/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ cc_library_static {
"//apex_available:anyapex",
"//apex_available:platform",
],

min_sdk_version: "apex_inherit",
}
2 changes: 1 addition & 1 deletion third_party/xxhash/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ cc_library_headers {
"//apex_available:anyapex",
"//apex_available:platform",
],

min_sdk_version: "apex_inherit",
}

0 comments on commit 0057165

Please sign in to comment.