Default render target level should consider project target
When picking the default render target, we attempt to pick a render
target that is at least version 5 of layoutlib (where rendering
fidelity has improved significantly, where include support is
improved, etc.)
However, this sometimes picked a render target whose API level is
lower than the project target.
This CL fixes that problem, and also improves the detection of
compatible layout libraries to not only consider API level 11 or
higher, but also the new layoutlib API property which will identify
qualified SDK versions when we release backported versions of layout
lib.
Change-Id: I4d4159389692d984a66856eeb80035a8e8b7d1cf
2 files changed