Lines Matching refs:Android
1 Android title
4 Mesa hardware drivers can be built for Android one of two ways: built
5 into the Android OS using the Android.mk build system on older versions
6 of Android, or out-of-tree using the Meson build system and the
7 Android NDK.
9 The Android.mk build system has proven to be hard to maintain, as one
10 needs a built Android tree to build against, and it has never been
12 Chrome OS developers for building and testing Android drivers.
14 Building using the Android NDK
28 # Android doesn't come with a pkg-config, but we need one for meson to be happy not
30 # directory we get to populate with any .pc files we want to add for Android
39 Now, use that cross file for your Android build directory (as in this
54 Replacing Android drivers on stock Android
78 Replacing Android drivers on Chrome OS
81 Chrome OS's ARC++ is an Android container with hardware drivers inside
98 Then, we'll switch Android from using an image for ``/vendor`` to using a
134 Now, replacing your DRI driver with a new one built for Android should
163 find you need to reload the whole Android container. To do so without