Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b232b22 authored by Hyein Yu's avatar Hyein Yu
Browse files

Expose telephony-config-update-proto-lite library

satellite configdatagenerator tool needs telephony_update_config proto
library with lite type because it needs builder class of proto

Bug: 348112315
Bug: 342287366
Flag: EXEMPT build config only update
Test: check build success and basic tests like call/sms/mms with live network
Change-Id: I03f115b4cf47795432af4321a2971c8f44611d04
parent 6f2189d1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -31,3 +31,12 @@ java_library_static {
    // Pin java_version until jarjar is certified to support later versions. http://b/72703434
    java_version: "1.8",
}

java_library_static {
    name: "telephony-config-update-proto-lite",
    proto: {
        type: "lite",
    },
    srcs: ["src/**/telephony_config_update.proto"],
    host_supported: true,
}