diff options
Diffstat (limited to '')
-rw-r--r-- | tools/EditTextVariations/Android.bp (renamed from java-overridable/Android.bp) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/java-overridable/Android.bp b/tools/EditTextVariations/Android.bp index 88de2446d..36296a58b 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,10 @@ // 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", } |