On -eng builds exempt art apex from the duplicate check

Unfortunately, gsm -eng builds contain two flavours of art apex
(com.android.art.debug.apex and com.google.android.art.apex), which
results in device failing to boot. Until the issue is fixed, exempt the
com.android.art apex from the duplicate check on -eng builds.

Test: flashed eng build && \
      adb remount -R && \
      cp /system/apex/com.android.art.debug.apex /vendor/apex/. && \
      reboot
Test: verified device boots
Bug: 176497601
Change-Id: I74be854baf02b1dd69474e56203b4bc3d0d5eb01
1 file changed