Loading ci/build_test_suites.py +3 −0 Original line number Diff line number Diff line Loading @@ -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) Loading core/android_soong_config_vars.mk +0 −5 Original line number Diff line number Diff line Loading @@ -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) Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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 target/product/base_system.mk +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ PRODUCT_PACKAGES += \ abx \ adbd_system_api \ aflags \ am \ android.hidl.base-V1.0-java \ android.hidl.manager-V1.0-java \ Loading Loading @@ -228,6 +229,7 @@ PRODUCT_PACKAGES += \ mke2fs \ mkfs.erofs \ monkey \ misctrl \ mtectrl \ ndc \ netd \ Loading target/product/default_art_config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading @@ -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 Loading
ci/build_test_suites.py +3 −0 Original line number Diff line number Diff line Loading @@ -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) Loading
core/android_soong_config_vars.mk +0 −5 Original line number Diff line number Diff line Loading @@ -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) Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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
target/product/base_system.mk +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ PRODUCT_PACKAGES += \ abx \ adbd_system_api \ aflags \ am \ android.hidl.base-V1.0-java \ android.hidl.manager-V1.0-java \ Loading Loading @@ -228,6 +229,7 @@ PRODUCT_PACKAGES += \ mke2fs \ mkfs.erofs \ monkey \ misctrl \ mtectrl \ ndc \ netd \ Loading
target/product/default_art_config.mk +2 −0 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading @@ -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