summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2021-06-09 11:37:08 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2021-06-09 11:37:08 +0200
commitc1244aa18037355ef36b779edd1eafc060f9495e (patch)
treebb3d7cf8e73be613e3ba97664a0e437accc2ab3c
parent59ae6cbe1100124c55ac247750960af0691457fc (diff)
Add bionic target
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c1b2ceb..d29295e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -44,6 +44,12 @@ cc_library_shared {
enabled: true,
},
+ target: {
+ linux_bionic: {
+ enabled: true,
+ },
+ },
+
name: "libthermal",
srcs: [
"src/thermal.c",