diff options
author | android-build-team Robot <android-build-team-robot@google.com> | 2018-06-08 07:24:04 +0000 |
---|---|---|
committer | android-build-team Robot <android-build-team-robot@google.com> | 2018-06-08 07:28:51 +0000 |
commit | 5c1093ca6481bd65ece11fedad7cd333ec457401 (patch) | |
tree | 2146acf7177972b4331061258d470510681c2667 | |
parent | b3365f5cded995667ff933b82367a7e8c2e478e8 (diff) | |
parent | 8e2f247ca1701aea809cbb78bcd63baab33da5c6 (diff) | |
download | platform_build-5c1093ca6481bd65ece11fedad7cd333ec457401.tar.gz platform_build-5c1093ca6481bd65ece11fedad7cd333ec457401.tar.bz2 platform_build-5c1093ca6481bd65ece11fedad7cd333ec457401.zip |
Make change and version bump to PPR1.180608.001
Change-Id: I1b19a8912c0a743e3fd1fae53bf7baabae0b3567
-rw-r--r-- | core/build_id.mk | 2 | ||||
-rw-r--r-- | core/version_defaults.mk | 2 | ||||
-rw-r--r-- | target/board/generic/sepolicy/vendor_init.te | 1 | ||||
-rw-r--r-- | target/product/go_defaults_common.mk | 3 |
4 files changed, 5 insertions, 3 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 7ed3176549..2b5f164c0d 100644 --- a/core/build_id.mk +++ b/core/build_id.mk @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. -export BUILD_ID=PPR1.180607.002 +export BUILD_ID=PPR1.180608.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 6c5eac22fc..af45d4499e 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -231,7 +231,7 @@ ifndef PLATFORM_SECURITY_PATCH # 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 := 2018-07-05 + PLATFORM_SECURITY_PATCH := 2018-08-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP diff --git a/target/board/generic/sepolicy/vendor_init.te b/target/board/generic/sepolicy/vendor_init.te new file mode 100644 index 0000000000..b18d3913fb --- /dev/null +++ b/target/board/generic/sepolicy/vendor_init.te @@ -0,0 +1 @@ +set_prop(vendor_init, qemu_prop) diff --git a/target/product/go_defaults_common.mk b/target/product/go_defaults_common.mk index ad5fe949c3..18907c1421 100644 --- a/target/product/go_defaults_common.mk +++ b/target/product/go_defaults_common.mk @@ -22,7 +22,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ ro.lmk.critical_upgrade=true \ ro.lmk.upgrade_pressure=40 \ ro.lmk.downgrade_pressure=60 \ - ro.lmk.kill_heaviest_task=false + ro.lmk.kill_heaviest_task=false \ + ro.statsd.enable=false # set threshold to filter unused apps PRODUCT_PROPERTY_OVERRIDES += \ |