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

Commit e44365ee authored by Yan Yan's avatar Yan Yan Committed by Gerrit Code Review
Browse files

Merge "Add framework-connectivity-b to the boot classpath" into main

parents 9ee13fbc 703a048b
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -424,10 +424,12 @@ ifdef PRODUCT_DEFAULT_DEV_CERTIFICATE
  endif
endif

$(foreach pair,$(PRODUCT_APEX_BOOT_JARS), \
  $(eval jar := $(call word-colon,2,$(pair))) \
  $(if $(findstring $(jar), $(PRODUCT_BOOT_JARS)), \
    $(error A jar in PRODUCT_APEX_BOOT_JARS must not be in PRODUCT_BOOT_JARS, but $(jar) is)))
$(foreach apexpair,$(PRODUCT_APEX_BOOT_JARS), \
  $(foreach platformpair,$(PRODUCT_BOOT_JARS), \
    $(eval apexjar := $(call word-colon,2,$(apexpair))) \
    $(eval platformjar := $(call word-colon,2,$(platformpair))) \
    $(if $(filter $(apexjar), $(platformjar)), \
      $(error A jar in PRODUCT_APEX_BOOT_JARS must not be in PRODUCT_BOOT_JARS, but $(apexjar) is))))

ENFORCE_SYSTEM_CERTIFICATE := $(PRODUCT_ENFORCE_ARTIFACT_SYSTEM_CERTIFICATE_REQUIREMENT)
ENFORCE_SYSTEM_CERTIFICATE_ALLOW_LIST := $(PRODUCT_ARTIFACT_SYSTEM_CERTIFICATE_REQUIREMENT_ALLOW_LIST)
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ PRODUCT_PACKAGES += \
    enhanced-confirmation.xml \
    ExtShared \
    flags_health_check \
    framework-connectivity-b \
    framework-graphics \
    framework-location \
    framework-minus-apex \
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ PRODUCT_BOOT_JARS += \
    framework-minus-apex \
    framework-graphics \
    framework-location \
    framework-connectivity-b \
    ext \
    telephony-common \
    voip-common \
+1 −0
Original line number Diff line number Diff line
@@ -701,6 +701,7 @@ android_system_image {
                "framework-graphics", // base_system
                "framework-location", // base_system
                "framework-minus-apex-install-dependencies", // base_system
                "framework-connectivity-b", // base_system
                "framework_compatibility_matrix.device.xml",
                "generic_system_fonts", // ok
                "hwservicemanager_compat_symlink_module", // base_system