summaryrefslogtreecommitdiff
path: root/src/android_stub/README.md
blob: 9c85e75c7a32e91f8409eee4590d9bf391d55e28 (plain)
1
2
3
4
5
The Android NDK doesn't come with enough of the platform libraries we
need to build Mesa drivers out of tree, so android_stub has stub
versions of those library that aren't installed which we link against,
relying on the real libraries to be present when the Mesa driver is
deployed.