Commit 4166bc9d authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Prevent Android app release build without protobuf dependency

parent 72bfde7e
master compat/ios_app_5_3 deleteme feature/AEC3 feature/account_manager_services_devices_list feature/allow-raw-mwi-notification feature/basic_auth feature/conference_availability feature/load-static-ms2-plugins feature/media_encryption_settings_on_account feature/medialess feature/python-wrapper-tester feature/swift_push_unit_tests feature/test-new-ccmp-deployment feature/to-delete-compile-last-wrapper fix/ECC-for-desktop fix/account-lime-user-creation fix/account_guess fix/auth_info_finding fix/chat_lesage_local_address_no_contact fix/conf_unschedule_video fix/copy_message_id_content_operator fix/db_friend_list_fix fix/didUpdatePushCredentials_debug_investigation fix/encrypted_chat_subscription_failed fix/fec-find-payload-type-number-master fix/fixes-from-5.4-march-2 fix/import-from-legacy-db fix/itc-misuse fix/jvm_cpp_wrapper_on_android fix/message_not_sent_rework fix/no-longer-use-deprecated-findpythoninterp-cmake-module fix/opengl_54 fix/optimize_conference_reinvite fix/paused_by_remote_no_rtp_timeout_master fix/playfile fix/plugin_timeout fix/python_const_build_warning fix/relay_ice_candidates_conference_tests fix/startup_restart fix/switch_data_sync_to_short_service fix/tester_invite_timeout fix/tone-indications fix/transfer_state fix/unsubscribe_upon_core_stop fix/uuid4-generation fix/webrtc-ice fix/window_build_dec24 fix/workaround_for_sip_simple_messages_with_bad_to_header hotfix/use-negotiated-extension-ids release/5.4 test/ansible test/call_no_routes test/lime_double_digest_auth_challenge workaround/voip_push_handled_in_app 5.5.0-alpha 5.4.6 5.4.5 5.4.4 5.4.3 5.4.2 5.4.1 5.4.0 5.4.0-beta
1 merge request!2993Do not apply magic search limit to LDAP results if magic search is configured in unlimited mode
Showing with 3 additions and 1 deletion
......@@ -45,4 +45,6 @@
# Protobuf classes
-keep class com.google.protobuf.GeneratedMessageLite { *; }
-keep class * extends com.google.protobuf.GeneratedMessageLite { *; }
-keep class com.android.server.os.LinphoneTombstoneProtos {*;}
\ No newline at end of file
-keep class com.android.server.os.LinphoneTombstoneProtos {*;}
# Following allows to build a release app even without protobuf dependency
-dontwarn com.google.protobuf.**
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment