|  | <?xml version="1.0" encoding="utf-8" ?> | 
|  | <post-process xmlns="http://schemas.android.com/tools/aapt"> | 
|  | <artifacts> | 
|  | <artifact-format> | 
|  | ${base}.${abi}.${screen-density}.${locale}.${sdk}.${gl}.${feature}.release | 
|  | </artifact-format> | 
|  |  | 
|  | <artifact | 
|  | abi-group="arm" | 
|  | screen-density-group="large" | 
|  | locale-group="europe" | 
|  | android-sdk-group="19" | 
|  | gl-texture-group="dxt1" | 
|  | device-feature-group="low-latency"/> | 
|  |  | 
|  | <artifact | 
|  | abi-group="other" | 
|  | screen-density-group="alldpi" | 
|  | locale-group="north-america" | 
|  | android-sdk-group="19" | 
|  | gl-texture-group="dxt1" | 
|  | device-feature-group="low-latency"/> | 
|  |  | 
|  | </artifacts> | 
|  |  | 
|  | <android-sdks> | 
|  | <android-sdk | 
|  | label="19" | 
|  | minSdkVersion="19" | 
|  | targetSdkVersion="24" | 
|  | maxSdkVersion="25"> | 
|  | <manifest> | 
|  | <!--- manifest additions here XSLT? TODO --> | 
|  | </manifest> | 
|  | </android-sdk> | 
|  | </android-sdks> | 
|  |  | 
|  | <abi-groups> | 
|  | <abi-group label="arm" version-code-order="1"> | 
|  | <abi>armeabi-v7a</abi> | 
|  | <abi>arm64-v8a</abi> | 
|  | </abi-group> | 
|  |  | 
|  | <abi-group label="other" version-code-order="2"> | 
|  | <abi>x86</abi> | 
|  | <abi>mips</abi> | 
|  | </abi-group> | 
|  | </abi-groups> | 
|  |  | 
|  | <screen-density-groups> | 
|  | <screen-density-group label="alldpi" version-code-order="1"> | 
|  | <screen-density>ldpi</screen-density> | 
|  | <screen-density>mdpi</screen-density> | 
|  | <screen-density>hdpi</screen-density> | 
|  | <screen-density>xhdpi</screen-density> | 
|  | <screen-density>xxhdpi</screen-density> | 
|  | <screen-density>xxxhdpi</screen-density> | 
|  | </screen-density-group> | 
|  |  | 
|  | <screen-density-group label="large" version-code-order="2"> | 
|  | <screen-density>xhdpi</screen-density> | 
|  | <screen-density>xxhdpi</screen-density> | 
|  | <screen-density>xxxhdpi</screen-density> | 
|  | </screen-density-group> | 
|  | </screen-density-groups> | 
|  |  | 
|  | <locale-groups> | 
|  | <locale-group label="europe" version-code-order="1"> | 
|  | <locale lang="en"/> | 
|  | <locale lang="es"/> | 
|  | <locale lang="fr"/> | 
|  | <locale lang="de" compressed="true"/> | 
|  | </locale-group> | 
|  |  | 
|  | <locale-group label="north-america" version-code-order="2"> | 
|  | <locale lang="en"/> | 
|  | <locale lang="es" region="MX"/> | 
|  | <locale lang="fr" region="CA" compressed="true"/> | 
|  | </locale-group> | 
|  |  | 
|  | <locale-group label="all" version-code-order="0"> | 
|  | <locale compressed="true"/> | 
|  | </locale-group> | 
|  | </locale-groups> | 
|  |  | 
|  | <gl-texture-groups> | 
|  | <gl-texture-group label="dxt1" version-code-order="1"> | 
|  | <gl-texture name="GL_EXT_texture_compression_dxt1"> | 
|  | <texture-path>assets/dxt1/*</texture-path> | 
|  | </gl-texture> | 
|  | </gl-texture-group> | 
|  | </gl-texture-groups> | 
|  |  | 
|  | <device-feature-groups> | 
|  | <device-feature-group label="low-latency" version-code-order="1"> | 
|  | <supports-feature>android.hardware.audio.low_latency</supports-feature> | 
|  | </device-feature-group> | 
|  | </device-feature-groups> | 
|  |  | 
|  | </post-process> |