Skip to content

Commit

Permalink
Add more apex packages to the resign apex list
Browse files Browse the repository at this point in the history
This is required to pass the MctsAppSecurityHostTestCases
android.appsecurity.cts.ApexSignatureVerificationTest#testApexPubKeyIsNotWellKnownKey
test case.

Tracked-On: OAM-127925
Signed-off-by: Zhenlong Z Ji <[email protected]>
  • Loading branch information
ceiba1985 committed Jan 9, 2025
1 parent 2ab2572 commit 0633eca
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion tasks/flashfiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,25 @@ APEX_LIST := com.android.tethering.apex,\
com.android.btservices.apex,\
com.android.sdkext.apex,\
com.android.runtime.apex,\
com.android.i18n.apex
com.android.i18n.apex,\
com.android.adservices.apex,\
com.android.hardware.cas.apex,\
com.android.os.statsd.apex,\
com.android.hardware.audio.apex,\
com.android.extservices.apex,\
com.android.neuralnetworks.apex,\
com.android.hardware.power.intel.apex,\
com.android.virt.apex,\
com.android.uwb.apex,\
com.android.mediaprovider.apex,\
com.android.hardware.thermal.intel.apex,\
com.android.rkpd.apex,\
com.android.appsearch.apex,\
com.android.ipsec.apex,\
com.android.permission.apex,\
com.android.wifi.apex,\
com.android.adbd.apex,\
com.android.art.apex
BUILT_APEXS := $(subst $(space),,$(APEX_LIST))

$(BUILT_RELEASE_TARGET_FILES_PACKAGE):$(BUILT_TARGET_FILES_PACKAGE) sign_target_files_apks
Expand Down

0 comments on commit 0633eca

Please sign in to comment.