Support Javac sharding in Soong.
Test: m clean && m -j java and java_test.go Change-Id: I110a0ff029448d3319aed2788d25d90a6c1a7fa0
This commit is contained in:
@@ -61,6 +61,7 @@ Variables and properties are strongly typed, variables dynamically based on the
|
||||
first assignment, and properties statically by the module type. The supported
|
||||
types are:
|
||||
* Bool (`true` or `false`)
|
||||
* Integers (`int`)
|
||||
* Strings (`"string"`)
|
||||
* Lists of strings (`["string1", "string2"]`)
|
||||
* Maps (`{key1: "value1", key2: ["value2"]}`)
|
||||
@@ -71,8 +72,9 @@ trailing commas after the last value.
|
||||
### Operators
|
||||
|
||||
Strings, lists of strings, and maps can be appended using the `+` operator.
|
||||
Appending a map produces the union of keys in both maps, appending the values
|
||||
of any keys that are present in both maps.
|
||||
Integers can be summed up using the `+` operator. Appending a map produces the
|
||||
union of keys in both maps, appending the values of any keys that are present
|
||||
in both maps.
|
||||
|
||||
### Defaults modules
|
||||
|
||||
|
Reference in New Issue
Block a user