CI: Make irdest-android-app ci artifact(APK) usable
Describe the bug
The APK obtained from irdest-android-app pipelines doesn't work
Component
irdest-android-app
part of our CI
To Reproduce
Steps to reproduce the behavior:
- Head over to any passing pipeline
- Open the
android-components
->irdest-android-app
- Click on
Build Application
job and download its artifacts - Extract them and run the application on your android device
Expected behavior
Application crashes
Screenshots(If Applicable)
Not needed
Environment:
Since we use libirdestdroid.so
for compiling the application and on launch of the application, the init methods called, are in the aforementioned library, and since that library is not present while compiling the application in our CI and therefore linking does not take place resulting in crash.