summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-21 16:59:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-21 16:59:29 +0000
commit6d4b864a2ecfacd5dce3260fc1bee823a1e4b310 (patch)
treed519826c0676ac004f98ff2c794f2bd0b57d7902
parentea2fbe6a4828e8a4214ece603dab08804bb3bee4 (diff)
parent6109b65cf9d72e77a0fde1027a973d382296d52c (diff)
downloadreplicaisland-6d4b864a2ecfacd5dce3260fc1bee823a1e4b310.tar.gz
Change-Id: Iaff7600735460b13786797603614980d13657339
-rw-r--r--Android.bp24
-rw-r--r--AndroidManifest.xml3
-rw-r--r--METADATA3
3 files changed, 29 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 134b1b5..5775d9b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,29 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_replicaisland_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_replicaisland_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "COPYING",
+ "NOTICE",
+ ],
+}
+
android_test_helper_app {
name: "com.replica.replicaisland",
// and because it is in data, do not strip classes.dex
@@ -24,6 +47,7 @@ android_test_helper_app {
test_suites: [
"cts",
"vts",
+ "vts10",
],
sdk_version: "current",
}
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ca5b573..5bb23a1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -40,7 +40,8 @@
<activity android:name="AndouKun" android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation"
- android:launchMode="singleTask">
+ android:launchMode="singleTask"
+ android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}