Add host support to libexpresslog
- change to a set of build artifacts Flag: EXEMPT Refactor Ignore-AOSP-First: will cp to aosp after Bug: n/a Test: build (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1396f9d3bb43ea44aa6b0a67fe44570828f9f668) Merged-In: I8b565a9237319da0b24fed2c802f0e03a15bcd57 Change-Id: I8b565a9237319da0b24fed2c802f0e03a15bcd57
This commit is contained in:
parent
0de42845ad
commit
717b4a7187
1 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
//
|
||||
// Copyright (C) 2023 The Android Open Source Project
|
||||
//
|
||||
|
|
@ -28,6 +27,7 @@ cc_defaults {
|
|||
|
||||
cc_library {
|
||||
name: "libexpresslog",
|
||||
host_supported: true,
|
||||
defaults: ["expresslog_defaults"],
|
||||
cflags: [
|
||||
"-DNAMESPACE_FOR_HASH_FUNCTIONS=farmhash",
|
||||
|
|
@ -74,6 +74,7 @@ genrule {
|
|||
|
||||
cc_library_static {
|
||||
name: "libstatslog_express",
|
||||
host_supported: true,
|
||||
generated_sources: ["statslog_express.cpp"],
|
||||
generated_headers: ["statslog_express.h"],
|
||||
export_generated_headers: ["statslog_express.h"],
|
||||
|
|
@ -119,5 +120,5 @@ cc_test {
|
|||
],
|
||||
shared_libs: [
|
||||
"libstatssocket",
|
||||
]
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue