summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-06-02 22:45:00 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-06-02 22:45:00 +0800
commit1dd014ea4a158776abc6739d64db546b10da86cf (patch)
tree0f369403003f72a87cdf8a7d733fd29d2591e304
parenta72683ef09718687a9c57823d2934e9bde601acc (diff)
parentcdb62da760f07c6a52379e7c5c3314499797725f (diff)
Merge tag 'LA.QSSI.12.0.r1-07600-qssi.0' into sugisawa-mr1
"LA.QSSI.12.0.r1-07600-qssi.0" Change-Id: I16b1c174cff0ff16ce8b3c12ff42ca529acd5c36
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
-rw-r--r--target/product/base_system.mk21
3 files changed, 23 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 2ba649c47e..ee3321ad70 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.
-BUILD_ID=SKQ1.220406.001
+BUILD_ID=SKQ1.220502.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index f48dd11d4a..94ae28bb28 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -246,7 +246,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 := 2022-03-05
+ PLATFORM_SECURITY_PATCH := 2022-04-05
endif
ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
index c90b8afe62..0ab51aacf7 100644
--- a/target/product/base_system.mk
+++ b/target/product/base_system.mk
@@ -362,6 +362,27 @@ PRODUCT_VENDOR_PROPERTIES += ro.zygote?=zygote32
PRODUCT_SYSTEM_PROPERTIES += debug.atrace.tags.enableflags=0
PRODUCT_SYSTEM_PROPERTIES += persist.traced.enable=1
+PRODUCT_SYSTEM_PROPERTIES += \
+ log.tag.CCodec=I \
+ log.tag.MediaCodec=I \
+ log.tag.MediaPlayerService=I \
+ log.tag.CCodecBufferChannel=I \
+ log.tag.MediaCodecSource=I \
+ log.tag.NuPlayerRenderer=I \
+ log.tag.NuPlayerDecoder=I \
+ log.tag.NuPlayer=I \
+ log.tag.MPEG4Writer=I \
+ log.tag.CCodecBuffers=I \
+ log.tag.CCodecConfig=I \
+ log.tag.MediaCodecList=I \
+ log.tag.FrameDecoder=I \
+ log.tag.MediaMetadataRetriever=I \
+ log.tag.MediaCodecsXmlParser=I \
+ log.tag.NuPlayerDriver=I \
+ log.tag.StagefrightRecorder=I \
+ log.tag.GenericSource=I \
+ log.tag.GraphicBufferSource=I
+
# Packages included only for eng or userdebug builds, previously debug tagged
PRODUCT_PACKAGES_DEBUG := \
adb_keys \