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

Unverified Commit 1d210964 authored by Adrian DC's avatar Adrian DC
Browse files

build: Update to platform security patch 2016-11-05 / build MOB31K

Updating security string to 2016-09-05 to platform and CTS in preparation
for 2016 September OTA on mnc-dev
b/30224278
Change-Id: I0f0591b7f0f033320de422c4019e056231228539

Update Security String to 2016-09-07 to platform and CTS for September
respin
Change-Id: I6ec8efad5b8e45bcf9df79fb54824acc92755a3b
Update Security String to 2016-09-06 to platform and CTS for September
Security (+Quadrooter,-PZ)

Change-Id: I248efb2cbd877b4954994077df0f90adcf332f4a
Update Security String to 2016-10-01 to platform and CTS for October Security
Change-Id: I7ccdd54c1d269422c5e2e1f3e268fc539b6eb684
(cherry picked from commit cb60b2de)

Update Security String to 2016-10-05 to Platform and CTS for October
Security Updates (rebased)
b/30946906
Change-Id: Ia5207f919908496a593e3163788bfb75ce4e055d
(cherry picked from commit bb45bd20)

Update comments around PLATFORM_SECURITY_LEVEL
Bug: 29881091
Change-Id: Ib30aac55540513e43af147914f4470a78f368ef6
(cherry picked from commit f4549427)

Updating Security String to 2016-11-01 on mnc-dev
b/31618336
Change-Id: I18b3a0d690ab238fcd3cafa65b873ce7432c9c25
(cherry picked from commit 62b28398)

Updating Security String to 2016-11-05 on mnc-dev
b/31618336
Change-Id: I3c9459553fdc89cacdf74d5e5801871b7192bc51
(cherry picked from commit dcfd7388)

"MOB31B"
"MOB31C"
"MOB31D"
"MOB31E"
MOB31F
MOB31G
MOB31H
MOB31I
MOB31J
MOB31K

RM-290

Change-Id: Ibd1a4a3659ef3a4a69e1ab7116398e6d596c87c4
parent 789521da
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.

export BUILD_ID=MOB30Z
export BUILD_ID=MOB31K
+6 −4
Original line number Diff line number Diff line
@@ -100,10 +100,12 @@ endif

ifeq "" "$(PLATFORM_SECURITY_PATCH)"
  # Used to indicate the security patch that has been applied to the device.
  # Can be an arbitrary string, but must be a single word.
  #  It must signify that the build includes all security patches issued up through the designated Android Public Security Bulletin.
  #  It must be of the form "YYYY-MM-DD" on production devices.
  #  It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
  # 
  #  If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
  PLATFORM_SECURITY_PATCH := 2016-09-01
  PLATFORM_SECURITY_PATCH := 2016-11-05
endif

ifeq "" "$(PLATFORM_BASE_OS)"