Fix build script: set output path explicitly am: 49cc8da350 am: ac1ede5d73
Original change: https://googleplex-android-review.googlesource.com/c/platform/vendor/widevine/+/23246770 Change-Id: I56c63b308731e158e9a01ac470fc6985ee19b3ea Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -97,7 +97,8 @@ function build_bundles() {
|
||||
# inputs: ${DIST_DIR}/${apex}.aab
|
||||
# outputs: ${DIST_DIR}/dev_keys_signed/${apex}/${apex}.apks
|
||||
function sign_bundles() {
|
||||
${DEV_SIGN_BUNDLE} --input_dir "${DIST_DIR}"
|
||||
${DEV_SIGN_BUNDLE} --input_dir "${DIST_DIR}" \
|
||||
--output_dir "${DIST_DIR}/dev_keys_signed"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user