gapid
gapid copied to clipboard
Declare minimal supported Android SDK version only once
The minimal supported Android SDK Version is currently 23. This should be declared only once in the code, and propagated to relevant places, such as:
- the Android manifest
android:minSdkVersion - in GAPIS when to decide whether to run device info providers or not
- in gapit export_replay when creating a manifest for the new APK
Can this be closed @hevrard ?
No, it needs some Bazel magic to propagate this version definition to all relevant places. This is low-priority I reckon.