diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-11-14 10:04:56 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-11-14 10:04:56 +0000 |
commit | 2380fb89e5a82e48e6bcd9048a356d80cdc18a8f (patch) | |
tree | ef217b36e05bf889bc55c3f17558ea2733006e87 | |
parent | 096757a77f854de0b98d2dad55b3f604570d2af3 (diff) | |
parent | b49f7407de84f628c9a061365791a92e8c9d6604 (diff) |
Merge "Add textclassifierprotoslite target for testing purpose"
-rw-r--r-- | core/proto/android/stats/textclassifier/Android.bp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/core/proto/android/stats/textclassifier/Android.bp b/core/proto/android/stats/textclassifier/Android.bp new file mode 100644 index 000000000000..bf9022711206 --- /dev/null +++ b/core/proto/android/stats/textclassifier/Android.bp @@ -0,0 +1,23 @@ +// Copyright (C) 2019 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. + +java_library_static { + name: "textclassifierprotoslite", + proto: { + type: "lite", + }, + srcs: [ + "*.proto", + ], +}
\ No newline at end of file |