Skip to content
Snippets Groups Projects
Forked from Dhina17 / platform_frameworks_base
Source project has a limited visibility.
  • Jihoon Kang's avatar
    2d295aea
    Modify non updatable droidstubs dependency based on release flag · 2d295aea
    Jihoon Kang authored
    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
    2d295aea
    History
    Modify non updatable droidstubs dependency based on release flag
    Jihoon Kang authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.