Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

build: Commit

build


Commit MetaInfo

Revisión48a3fe41b600d51319b91578c136d6a4dfe8aabf (tree)
Tiempo2017-01-10 13:38:36
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Android 6.0.1 release 74
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEABECAAYFAlgczp8ACgkQ6K0/gZqxDng16gCeLFPcrEJHrivU9vF/vEvHGlvO
gD0An2RKkb45zjrPDtB+638CaOfsO/kr
=fbqE
-----END PGP SIGNATURE-----

Merge tag 'android-6.0.1_r74' into marshmallow-x86

Android 6.0.1 release 74

Cambiar Resumen

Diferencia incremental

--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
1818 # (like "CRB01"). It must be a single word, and is
1919 # capitalized by convention.
2020
21-export BUILD_ID=MOB31E
21+export BUILD_ID=MOB31K
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -100,10 +100,12 @@ endif
100100
101101 ifeq "" "$(PLATFORM_SECURITY_PATCH)"
102102 # Used to indicate the security patch that has been applied to the device.
103- # Can be an arbitrary string, but must be a single word.
104- #
105- # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
106- PLATFORM_SECURITY_PATCH := 2016-09-06
103+ # It must signify that the build includes all security patches issued up through the designated Android Public Security Bulletin.
104+ # It must be of the form "YYYY-MM-DD" on production devices.
105+ # It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
106+ #
107+ # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
108+ PLATFORM_SECURITY_PATCH := 2016-11-05
107109 endif
108110
109111 ifeq "" "$(PLATFORM_BASE_OS)"
Show on old repository browser