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

Commit 9dfd7d72 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Make change and version bump to AP2A.240223.001

Snap for 11486370 from ee3919e4 to 24Q2-release

Change-Id: I4c6593f936d55a3442697fe2a8ff96af18e4c625
parents 1bc1710f ee3919e4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,6 +80,9 @@ def build_affected_modules(args: argparse.Namespace):
  # Call the build command with everything.
  build_command = base_build_command(args)
  build_command.extend(modules_to_build)
  # When not building general-tests we also have to build the general tests
  # shared libs.
  build_command.append('general-tests-shared-libs')

  run_command(build_command, print_output=True)

+0 −5
Original line number Diff line number Diff line
@@ -167,11 +167,6 @@ ifeq (true,$(MODULE_BUILD_FROM_SOURCE))
$(call add_soong_config_var_value,ANDROID,module_build_from_source,true)
endif

# Messaging app vars
ifeq (eng,$(TARGET_BUILD_VARIANT))
$(call soong_config_set,messaging,build_variant_eng,true)
endif

# Enable SystemUI optimizations by default unless explicitly set.
SYSTEMUI_OPTIMIZE_JAVA ?= true
$(call add_soong_config_var,ANDROID,SYSTEMUI_OPTIMIZE_JAVA)
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@
# (like "CRB01").  It must be a single word, and is
# capitalized by convention.

BUILD_ID=AP2A.240222.001
BUILD_ID=AP2A.240223.001
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
PRODUCT_PACKAGES += \
    abx \
    adbd_system_api \
    aflags \
    am \
    android.hidl.base-V1.0-java \
    android.hidl.manager-V1.0-java \
@@ -228,6 +229,7 @@ PRODUCT_PACKAGES += \
    mke2fs \
    mkfs.erofs \
    monkey \
    misctrl \
    mtectrl \
    ndc \
    netd \
+2 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ PRODUCT_APEX_BOOT_JARS := \
    com.android.media:updatable-media \
    com.android.mediaprovider:framework-mediaprovider \
    com.android.mediaprovider:framework-pdf \
    com.android.mediaprovider:framework-pdf-v \
    com.android.ondevicepersonalization:framework-ondevicepersonalization \
    com.android.os.statsd:framework-statsd \
    com.android.permission:framework-permission \
@@ -111,6 +112,7 @@ endif
# Keep the list sorted by module names and then library names.
PRODUCT_APEX_BOOT_JARS_FOR_SOURCE_BUILD_ONLY := \
    com.android.mediaprovider:framework-pdf \
    com.android.mediaprovider:framework-pdf-v \

# List of system_server classpath jars delivered via apex.
# Keep the list sorted by module names and then library names.
Loading