Is there a way to disable host building when compiling `art` modules?

For example I would like to compile libart, using`m libart`, just for `arm` 
and `arm64` variants,
but I don't want to keep compiling the `linux_glibc` version.

I could disable `linux_glibc` for `libart` by adding in: 
art/runtime/Android.bp something like:
`target: { linux_glibc: { enabled: false } }`

This however causes dependency issues as there are many modules that do 
depend on `libart`.

Cheers,
Paschalis

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/32fc54fa-e86a-4c20-b80d-1e8dcfa05c39%40googlegroups.com.

Reply via email to