Modify non updatable droidstubs dependency based on release flag
Currently, the api file generated by the non updatable droidstubs are copied to the dist directory regardless of the value of the RELEASE_HIDDEN_API_EXPORTABLE_STUBS release flag. However, to align with the other artifacts in the dist directory that respects the value of the flag, the artifact of the everything stubs should be copied to the dist directory when the flag value is not true, instead of the artifact of the exportable stubs. Test: m sdk dist && inspect the ninja dependency of out/dist/apistubs/android/test/api/android.txt Bug: 329683584 Change-Id: I58b69893cf5e006691bf98465514f2320a5f7f55
Loading
Please register or sign in to comment