aboutsummaryrefslogtreecommitdiffstats
path: root/tools/EditTextVariations/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/EditTextVariations/Android.bp (renamed from java-overridable/Android.bp)10
1 files changed, 7 insertions, 3 deletions
diff --git a/java-overridable/Android.bp b/tools/EditTextVariations/Android.bp
index 88de2446d..94b4951a7 100644
--- a/java-overridable/Android.bp
+++ b/tools/EditTextVariations/Android.bp
@@ -1,4 +1,4 @@
-// Copyright (C) 2018 The Android Open Source Project
+// Copyright (C) 2013 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.
@@ -12,7 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-filegroup {
- name: "LatinIME_java-overridable",
+android_test {
+ name: "EditTextVariations",
+
srcs: ["src/**/*.java"],
+
+ sdk_version: "current",
+ min_sdk_version: "11",
}