Skip to content
Snippets Groups Projects
Forked from Dhina17 / platform_frameworks_base
591683 commits behind the upstream repository.
  • Jiyong Park's avatar
    0d7e86d0
    Separate modules for API docs and API stubs · 0d7e86d0
    Jiyong Park authored
    frameworks/base/Android.bp became too big. Modularize it into multiple
    files for better readability and extensibility.
    
    droidstubs and java_library modules for API stub libraries are moved to
    StubLibraries.bp.
    
    droidstubs and droiddoc modules for API documents are moved to
    ApiDocs.bp
    
    Also, added some documentation to explain the roles of the many modules
    and how they are related with each other.
    
    Bug: N/A
    Test: m
    Change-Id: I285e8c82078d5bd3ed85b0343db2f6375ce7ffb7
    0d7e86d0
    History
    Separate modules for API docs and API stubs
    Jiyong Park authored
    frameworks/base/Android.bp became too big. Modularize it into multiple
    files for better readability and extensibility.
    
    droidstubs and java_library modules for API stub libraries are moved to
    StubLibraries.bp.
    
    droidstubs and droiddoc modules for API documents are moved to
    ApiDocs.bp
    
    Also, added some documentation to explain the roles of the many modules
    and how they are related with each other.
    
    Bug: N/A
    Test: m
    Change-Id: I285e8c82078d5bd3ed85b0343db2f6375ce7ffb7
Code owners
Assign users and groups as approvers for specific file changes. Learn more.