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

Commit a704a715 authored by Chaitanya Cheemala (xWF)'s avatar Chaitanya Cheemala (xWF) Committed by Android (Google) Code Review
Browse files

Revert "Add library of telephony module to the bootclasspath"

Revert submission 33263850-add_lib_telephony_module

Reason for revert: Likely culprit for b/414984034 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Reverted changes: /q/submissionid:33263850-add_lib_telephony_module

Change-Id: I4596f9a613b4ef41b7f972b5c19bed7dddcde276
parent beaef316
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -387,11 +387,6 @@ 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
+0 −6
Original line number Diff line number Diff line
@@ -147,12 +147,6 @@ 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.