third_party.pigweed.src/pw_result/Android.bp
Victor Berchet 8aac1c7bb6 build: Add Android.bp for pw_rpc
Also update/add all required dependencies

Change-Id: I2239fcb1226cb1d2a9213b55a8003e9271c4dedd
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/115890
Reviewed-by: Anthony Stange <stange@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Victor Berchet <berchet@google.com>
2022-10-28 19:14:20 +00:00

28 lines
856 B
Plaintext

// Copyright 2022 The Pigweed Authors
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
package {
default_applicable_licenses: ["external_pigweed_license"],
}
cc_library_headers {
name: "pw_result_headers",
cpp_std: "c++2a",
vendor_available: true,
export_include_dirs: [
"public",
],
host_supported: true,
}