upload android base code part16

This commit is contained in:
August 2018-08-09 10:57:25 +08:00
parent 3c17267bcc
commit 257525d2b2
2453 changed files with 14355 additions and 0 deletions

View file

@ -0,0 +1 @@
a92dfb3392504e85bcb9a593945e2d3e5e8d5ed4

View file

@ -0,0 +1 @@
89fea819b2f7148bcf5138e1c1c1d6e6fbe5c1e6

View file

@ -0,0 +1 @@
51984f7411860d8a101896b5c9eed4ad

View file

@ -0,0 +1 @@
514f29921d8a6c78c48d73c8b66033cffbf12f5c

View file

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.databinding</groupId>
<artifactId>baseLibrary</artifactId>
<version>1.0-rc5</version>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
c8c904945da93073c8fee4421f8cfc49

View file

@ -0,0 +1 @@
63d939e8edfba57743a956e26447b8dc1acfe211

View file

@ -0,0 +1 @@
e8f94e2a95b02ef9a8b5f704424c72ea

View file

@ -0,0 +1 @@
bcf02d0711dd5b70ca9265af2fbefa24362e93ae

View file

@ -0,0 +1 @@
0a8d96b559265e9894eca11f7440f44d

View file

@ -0,0 +1 @@
6a9c4797db4a3d34648935b1305264af3ea5bc49

View file

@ -0,0 +1 @@
8be6be86c757d6d9421671ad2a65acb5

View file

@ -0,0 +1 @@
37ab32ee4f8672399814609549108148c229c9c0

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.databinding</groupId>
<artifactId>baseLibrary</artifactId>
<version>1.0</version>
<name>Data Binding Base Library</name>
<description>Shared library between Data Binding runtime lib and compiler</description>
<url>http://tools.android.com</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
<url>https://android.googlesource.com/platform/tools/base</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
426411442cf4a8b92c3c19e8342c6a6b

View file

@ -0,0 +1 @@
6f2545efc7705249c87644846ffe0bfe070e1aa1

View file

@ -0,0 +1 @@
86652899a1adcfcd9efee35035463624

View file

@ -0,0 +1 @@
efe232fffb2f95e44c280d743e0fbe0a00500a15

View file

@ -0,0 +1 @@
4e7bf8133bced6979c0d196f69430aae

View file

@ -0,0 +1 @@
494900ffaf4c57944fe3794990ec471ef8aa67c0

View file

@ -0,0 +1 @@
28743ce092a66cbc156c65f091d556d6

View file

@ -0,0 +1 @@
766679acc772eaf9613873a219f936ec023688de

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.databinding</groupId>
<artifactId>baseLibrary</artifactId>
<version>1.1</version>
<name>Data Binding Base Library</name>
<description>Shared library between Data Binding runtime lib and compiler</description>
<url>http://tools.android.com</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
<url>https://android.googlesource.com/platform/tools/base</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
92f624c3c026b121607e80d96e4a693a

View file

@ -0,0 +1 @@
c4266de18b33624f0a2e9fa955358c432fd166c2

View file

@ -0,0 +1 @@
605da67653126fbe49b1dbae20fecd0c9e1a115f

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.databinding</groupId>
<artifactId>baseLibrary</artifactId>
<version>2.0.0-alpha9</version>
<name>Data Binding Base Library</name>
<description>Shared library between Data Binding runtime lib and compiler</description>
<url>http://tools.android.com</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
<url>https://android.googlesource.com/platform/tools/base</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
2122693e413f63f595b1273490f22df9f5943136

View file

@ -0,0 +1 @@
a3a00f7ef200830d6c39166135ec9db8b6003edd

View file

@ -0,0 +1 @@
8a12ab03ff14f61ee59433c009208b114a740a5a

View file

@ -0,0 +1 @@
4da6968c4754e0229a9a80d8435d4e1aeb93bfec

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.databinding</groupId>
<artifactId>baseLibrary</artifactId>
<version>2.0.0-beta2</version>
<name>Data Binding Base Library</name>
<description>Shared library between Data Binding runtime lib and compiler</description>
<url>http://tools.android.com</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
<url>https://android.googlesource.com/platform/tools/base</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
6ef4087472876a628127e28eb66767275d2c6373

View file

@ -0,0 +1 @@
85e11881b6ce99dd9de8292bbda2b0442bf66ab6

View file

@ -0,0 +1 @@
8621668fbfc277d5ee7d8482a4de100f6e304540

View file

@ -0,0 +1 @@
3f6e089341576948de9e4aa6d645375d65d502fe

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.databinding</groupId>
<artifactId>baseLibrary</artifactId>
<version>2.0.0-beta5</version>
<name>Data Binding Base Library</name>
<description>Shared library between Data Binding runtime lib and compiler</description>
<url>http://tools.android.com</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
<url>https://android.googlesource.com/platform/tools/base</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
2f1a14f8bd887500dde097741dabd8e9737487e6

View file

@ -0,0 +1 @@
bd03ed658e176d095ef8b282da7abad61f0567e8

View file

@ -0,0 +1 @@
f91283c0de1ad4bbb086fcaea6c0118fc19a068c

View file

@ -0,0 +1 @@
6c5805d88bc7447e7e037c758cc4319389dce869

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.databinding</groupId>
<artifactId>baseLibrary</artifactId>
<version>2.0.0-beta6</version>
<name>Data Binding Base Library</name>
<description>Shared library between Data Binding runtime lib and compiler</description>
<url>http://tools.android.com</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
<url>https://android.googlesource.com/platform/tools/base</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
302c02dc8d2a1c8ec4dc8f5508dac25bc1412d55

View file

@ -0,0 +1 @@
4e088ebfc057cb2087a43f053ac25a4508871728

View file

@ -0,0 +1 @@
f9506f402c6930f26792ccc2038210d81ec8ed76

View file

@ -0,0 +1 @@
2325d4602c5bce35bc23a85d02e90cbf8ff5357c

View file

@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.android.databinding</groupId>
<artifactId>baseLibrary</artifactId>
<version>2.0.0-beta7</version>
<name>Data Binding Base Library</name>
<description>Shared library between Data Binding runtime lib and compiler</description>
<url>http://tools.android.com</url>
<inceptionYear>2007</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>The Android Open Source Project</name>
</developer>
</developers>
<scm>
<connection>git://android.googlesource.com/platform/tools/base.git</connection>
<url>https://android.googlesource.com/platform/tools/base</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
00355427918b84d0d2193675eb23946a69ff7ab9

View file

@ -0,0 +1 @@
5e2bf991a242991dd0de08ce4f076f8eec5e33ef

Some files were not shown because too many files have changed in this diff Show more