summaryrefslogtreecommitdiff
path: root/test/MultiDex/Second.java
diff options
context:
space:
mode:
authorRichard Uhler <ruhler@google.com>2015-03-10 14:41:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-03-10 14:41:26 +0000
commit072e48ed63aa4f99bec1dbbe8a7872a4bcc03e41 (patch)
treef7523ed14d6256e16eb8545f945d327a2228acc0 /test/MultiDex/Second.java
parente8e42f3548fd894f860912bb1b71ce6fa2d7daf3 (diff)
parent66d874d96d5699bb090c59f47a5a528956ca053e (diff)
Merge "Create OatFileAssistant class for assisting with oat files."
Diffstat (limited to 'test/MultiDex/Second.java')
-rw-r--r--test/MultiDex/Second.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/MultiDex/Second.java b/test/MultiDex/Second.java
new file mode 100644
index 0000000000..540aedbb1a
--- /dev/null
+++ b/test/MultiDex/Second.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2014 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+class Second {
+ public String getSecond() {
+ return "I Second That.";
+ }
+}