Make sure to use LOCAL_MIN_SDK_VERSION when needed

The build system now needs to be explicitly told about a build target's
min SDK version, so it can select the correct Dalvik ABI to compile to.
Make sure that all CTS apks that specify a minSdkVersion in their
manifests also specify either LOCAL_MIN_SDK_VERSION or LOCAL_SDK_VERSION
to match.

Bug 110797484
Test: all of CTS, but 'atest CtsDpiTestCases2' in the specific case
Exempt-From-Owner-Approval: per reviewer recommendation

Change-Id: I3883c56394bf9b2b47e97518b57af2d1cb79cb79
79 files changed