Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a941338d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Make change and version bump to RP1A.200619.001

Change-Id: I17e623db69ac27bc7571b0f5fb9e3ba7c04b3d47
parents 01f3649b aec1debc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+5 −0
Original line number Diff line number Diff line
@@ -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):
@@ -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


+1 −0
Original line number Diff line number Diff line
@@ -118,6 +118,7 @@ PRODUCT_PACKAGES += \
    javax.obex \
    service-jobscheduler \
    keystore \
    credstore \
    ld.mc \
    libaaudio \
    libamidi \
+1 −0
Original line number Diff line number Diff line
/oem
/product
/system_ext