New issue
Advanced search Search tips

Issue 878938 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 782237
Owner:
Closed: Aug 30
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug-Regression



Sign in to add a comment

Many compilation warnings...

Project Member Reported by mar...@mwiacek.com, Aug 29

Issue description

Compilation gives a lot of warnings:

[libprotobuf WARNING ../../third_party/protobuf/src/google/protobuf/compiler/java/java_file.cc:228] The optimize_for = LITE_RUNTIME option is no longer supported by protobuf Java code generator and may generate broken code. It will be ignored by protoc in the future and protoc will always generate full runtime code for Java. To use Java Lite runtime, users should use the Java Lite plugin instead. See:
  https://github.com/google/protobuf/blob/master/java/lite.md

Example compilation settings:

target_os="android"
target_cpu="arm"
enable_nacl=false
symbol_level=0
remove_webcore_debug_symbols=true
is_debug=false
dcheck_always_on=false
is_component_build=false
use_jumbo_build=true

@jkrcal, can we use this plugin or disable these warnings?
 
Mergedinto: 782237
Status: Duplicate (was: Untriaged)
Thanks for the report, merging into the main issue.

Sign in to add a comment