ground-android icon indicating copy to clipboard operation
ground-android copied to clipboard

Cloud builds failing due to duplicate BuildConfig classes

Open gino-m opened this issue 3 years ago • 2 comments
trafficstars

@shobhitagarwal1612 Is this related to the refactor of the shared test classes?

Latest log: https://pantheon.corp.google.com/cloud-build/builds/dfa0e6be-c7d1-4e9a-a30b-0c0ac2495446;step=3?project=ground-android-gcb

gino-m avatar Aug 10 '22 14:08 gino-m

The only solution I was able to prototype was by removing the sharedTest module and moving the fake implementations to the main dir

shobhitagarwal1612 avatar Aug 14 '22 10:08 shobhitagarwal1612

The only solution I was able to prototype was by removing the sharedTest module and moving the fake implementations to the main dir

Does that mean the shared test classes will end up in the apk? Or they'll probably be removed since they're not referenced at runtime?

gino-m avatar Aug 16 '22 15:08 gino-m