diff options
| -rw-r--r-- | core/proto/android/stats/launcher/Android.bp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/proto/android/stats/launcher/Android.bp b/core/proto/android/stats/launcher/Android.bp index b8fb6ffc6677..976a0b8634a3 100644 --- a/core/proto/android/stats/launcher/Android.bp +++ b/core/proto/android/stats/launcher/Android.bp @@ -25,3 +25,16 @@ java_library { "*.proto", ], } + +java_library { + name: "launcherprotoslite", + proto: { + type: "lite", + include_dirs: ["external/protobuf/src"], + }, + + sdk_version: "current", + srcs: [ + "*.proto", + ], +} |