aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 02:04:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-12-16 02:04:42 +0000
commit84bc998ddded4ed14a86cf54fd7037b1294bd56f (patch)
treeb8121d998bfde4557d296d56a46ee78d30a3d601
parenta5a14c151d19338fd3e97db30bf20e6ae70e5efc (diff)
parent190ccad991c24cbb98944dba25c46da4326e7fe5 (diff)
downloadfmtlib-84bc998ddded4ed14a86cf54fd7037b1294bd56f.tar.gz
Snap for 8006021 from 190ccad991c24cbb98944dba25c46da4326e7fe5 to tm-release
Change-Id: Ie9f7b9bbddaa3ad68939e6ca876a8990e8dd7e5b
-rw-r--r--Android.bp27
1 files changed, 27 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b5341cf6..32eed33f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -55,6 +55,33 @@ cc_defaults {
min_sdk_version: "29",
}
+cc_library_headers {
+ name: "fmtlib_headers",
+ export_include_dirs: ["include"],
+
+ vendor_available: true,
+ product_available: true,
+ ramdisk_available: true,
+ vendor_ramdisk_available: true,
+ recovery_available: true,
+ host_supported: true,
+ native_bridge_supported: true,
+ target: {
+ linux_bionic: {
+ enabled: true,
+ },
+ windows: {
+ enabled: true,
+ },
+ },
+ visibility: ["//system/libbase"],
+ min_sdk_version: "29",
+ apex_available: [
+ "//apex_available:anyapex",
+ "//apex_available:platform",
+ ],
+}
+
// This is built into libbase. If you want to use this library, link to libbase instead.
cc_library_static {
name: "fmtlib",