diff options
| author | George Zacharia <george.zcharia@gmail.com> | 2023-07-02 15:00:14 +0530 |
|---|---|---|
| committer | George Zacharia <george.zcharia@gmail.com> | 2023-07-02 15:00:14 +0530 |
| commit | e1fe4bad8afa333499590808f3994c8bea0c833b (patch) | |
| tree | 84db2665b4d6f4e0ae52cecf10eef27facf72cb5 /viewcapturelib/Android.bp | |
| parent | 2d42f0cd9b97e656643049457e668864063a7051 (diff) | |
| parent | 313ca2b3cbaef97cb4665b24412eccf3d4cdcae3 (diff) | |
Merge tag 'android-13.0.0_r52' of https://android.googlesource.com/platform/frameworks/libs/systemui into HEADt13.0
Android 13.0.0 Release 52 (TQ3A.230605.012)
Change-Id: I1a59918e5a17f17968121c15476f31567c3d257a
Diffstat (limited to 'viewcapturelib/Android.bp')
| -rw-r--r-- | viewcapturelib/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viewcapturelib/Android.bp b/viewcapturelib/Android.bp index d5700e5..33da2dd 100644 --- a/viewcapturelib/Android.bp +++ b/viewcapturelib/Android.bp @@ -20,12 +20,12 @@ java_library { name: "view_capture_proto", srcs: ["src/com/android/app/viewcapture/proto/*.proto"], proto: { - type: "nano", + type: "lite", local_include_dirs:[ "src/com/android/app/viewcapture/proto" ], }, - static_libs: ["libprotobuf-java-nano"], + static_libs: ["libprotobuf-java-lite"], java_version: "1.8", } |
