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

Commit beaef316 authored by Hyein Yu's avatar Hyein Yu
Browse files

Add library of telephony module to the bootclasspath

Bug: 409547011
Bug: 409546611
Test: build
Flag: build.RELEASE_TELEPHONY_MODULE
Change-Id: Iee2b2a09238b1d8868efe640887fbd27e05d216a
parent 94edeccf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -387,6 +387,11 @@ ifneq ($(RELEASE_MOVE_VCN_TO_MAINLINE),true)
        framework-connectivity-b
endif

ifeq ($(RELEASE_TELEPHONY_MODULE),true)
    PRODUCT_PACKAGES += \
       com.android.telephony
endif

ifneq (,$(RELEASE_RANGING_STACK))
    PRODUCT_PACKAGES += \
        com.android.ranging
+6 −0
Original line number Diff line number Diff line
@@ -147,6 +147,12 @@ else

endif

ifeq ($(RELEASE_TELEPHONY_MODULE),true)
    PRODUCT_APEX_BOOT_JARS += \
        com.android.telephony:framework-telephony \

endif

# List of system_server classpath jars delivered via apex.
# Keep the list sorted by module names and then library names.
# Note: For modules available in Q, DO NOT add new entries here.