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=RP1A.200618.002 BUILD_ID=RP1A.200619.001 core/tasks/check_boot_jars/check_boot_jars.py +5 −0 Original line number Diff line number Diff line Loading @@ -49,8 +49,10 @@ def CheckJar(allow_list_path, jar): if p.returncode != 0: return False items = stdout.split() classes = 0 for f in items: if f.endswith('.class'): classes += 1 package_name = os.path.dirname(f) package_name = package_name.replace('/', '.') if not package_name or not allow_list_re.match(package_name): Loading @@ -58,6 +60,9 @@ def CheckJar(allow_list_path, jar): ' not in the allow list %s of packages allowed on the bootclasspath.' % (jar, f, package_name, allow_list_path)) return False if classes == 0: print >> sys.stderr, ('Error: %s does not contain any class files.' % jar) return False return True Loading target/product/base_system.mk +1 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,7 @@ PRODUCT_PACKAGES += \ javax.obex \ service-jobscheduler \ keystore \ credstore \ ld.mc \ libaaudio \ libamidi \ Loading target/product/gsi/gsi_skip_mount.cfg +1 −0 Original line number Diff line number Diff line /oem /product /system_ext 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=RP1A.200618.002 BUILD_ID=RP1A.200619.001
core/tasks/check_boot_jars/check_boot_jars.py +5 −0 Original line number Diff line number Diff line Loading @@ -49,8 +49,10 @@ def CheckJar(allow_list_path, jar): if p.returncode != 0: return False items = stdout.split() classes = 0 for f in items: if f.endswith('.class'): classes += 1 package_name = os.path.dirname(f) package_name = package_name.replace('/', '.') if not package_name or not allow_list_re.match(package_name): Loading @@ -58,6 +60,9 @@ def CheckJar(allow_list_path, jar): ' not in the allow list %s of packages allowed on the bootclasspath.' % (jar, f, package_name, allow_list_path)) return False if classes == 0: print >> sys.stderr, ('Error: %s does not contain any class files.' % jar) return False return True Loading
target/product/base_system.mk +1 −0 Original line number Diff line number Diff line Loading @@ -118,6 +118,7 @@ PRODUCT_PACKAGES += \ javax.obex \ service-jobscheduler \ keystore \ credstore \ ld.mc \ libaaudio \ libamidi \ Loading
target/product/gsi/gsi_skip_mount.cfg +1 −0 Original line number Diff line number Diff line /oem /product /system_ext