Merge "repack_bootimg: changes the default path of --ramdisk_add" am: c1d56bbd1b am: bca59d92ab am: 9e3a1e8d4c am: b8021f3120

Original change: https://android-review.googlesource.com/c/platform/system/tools/mkbootimg/+/1688291

Change-Id: Ie5b0081f19d8bd0f4c4eb12dd9d4d86dd33527ee
diff --git a/repack_bootimg.py b/repack_bootimg.py
index f63faa0..cd0732a 100755
--- a/repack_bootimg.py
+++ b/repack_bootimg.py
@@ -335,7 +335,7 @@
         '--ramdisk_add', nargs='+',
         help='a list of files or src_file:dst_file pairs to add into '
              'the ramdisk',
-        default=['first_stage_ramdisk/userdebug_plat_sepolicy.cil']
+        default=['userdebug_plat_sepolicy.cil']
     )
 
     return parser.parse_args()