commit | 1c1934b19572913fa3a3d684fd859908eae29d0d | [log] [tgz] |
---|---|---|
author | Heimo Helokunnas <[email protected]> | Tue Feb 06 15:44:48 2024 +0000 |
committer | Heimo Helokunnas <[email protected]> | Tue Feb 06 15:44:48 2024 +0000 |
tree | aa75989f6cebe8a2b90e6472b5e94e5c07bd4122 | |
parent | 620ce3a4d8bc163b9533541e0bcebdb65d75b8a4 [diff] |
Added host_supported: true to libharfbuzz_subset This is needed for compiling tests for a library using libharfbuzz_subset Bug: 295110683 Test: pre-submit only. Change-Id: I891c41f90c70ab1cc5e18d04f1889ef2a081f15b
diff --git a/Android.bp b/Android.bp index 755b5da..51aff4c 100644 --- a/Android.bp +++ b/Android.bp
@@ -102,6 +102,9 @@ cc_library { name: "libharfbuzz_subset", + + host_supported: true, + srcs: [ "src/hb-number.cc", "src/hb-ot-cff1-table.cc",