Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Provide a way to attach a mount of library as module deps #160

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 13, 2021

  1. Provide a way to attach a mount of library as module deps

    With this change, user can add fake jar files as module dpes. It will
    create the dummy jar file in
    module_root/libs/ directory and update the deps in build file. It allows
    us to create a project with huge amount of jar libs deps which is useful
    when we dubug freeze due to too many lib deps.
    
    User can name the module that needs the dummy jar libaries and how many
    jar libaries need to be created by using
    "dummyLocalJarLibsDependency": [{"moduleName": "module0", "count":  "1"}]
    xinruiy committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    543800b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f94746 View commit details
    Browse the repository at this point in the history
  3. update format

    lizyxr authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    17dc835 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    ed757b7 View commit details
    Browse the repository at this point in the history
  2. fix test

    xinruiy committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    5ae18e9 View commit details
    Browse the repository at this point in the history
  3. fix prefix

    xinruiy committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    da963b7 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Add description for localJarLibsDependency
    lizyxr authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    6a6e8ae View commit details
    Browse the repository at this point in the history
  5. Update README.md

    fix typo
    lizyxr authored Nov 19, 2021
    Configuration menu
    Copy the full SHA
    86cd8cb View commit details
    Browse the repository at this point in the history