UnpackedDep

mill.androidlib.UnpackedDep
See theUnpackedDep companion object
case class UnpackedDep(name: String, classesJar: Option[PathRef], repackagedJars: Seq[PathRef], proguardRules: Option[PathRef], androidResources: Option[PathRef], manifest: Option[PathRef], lintJar: Option[PathRef], metaInf: Option[PathRef], nativeLibs: Option[PathRef], baselineProfile: Option[PathRef], rTxtFile: Option[PathRef], publicResFile: Option[PathRef])

Descriptor of unpacked .aar dependency structure.

Value parameters

androidResources

path to the res folder

baselineProfile

path to the baseline profile file

classesJar

path to the classes.jar

lintJar

path to the lint.jar file

manifest

path to the AndroidManifest.xml

metaInf

path to the META-INF folder

name

dependency name

nativeLibs

path to the native .so libraries root folder

proguardRules

path to the proguard rules

publicResFile

path to public.txt file

rTxtFile

path to the R.txt

Attributes

Companion
object
Source
AndroidAppModule.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala