Skip to content

Commit 5ef8228

Browse files
committed
Add Pixel 9a & May security update changelogs
1 parent 6da7ec5 commit 5ef8228

12 files changed

+3338
-0
lines changed

android-15.0.0_r14-to-android-15.0.0_r25.html

Lines changed: 1333 additions & 0 deletions
Large diffs are not rendered by default.

android-15.0.0_r25-to-android-15.0.0_r14.html

Lines changed: 847 additions & 0 deletions
Large diffs are not rendered by default.

android-15.0.0_r25-to-android-15.0.0_r31.html

Lines changed: 205 additions & 0 deletions
Large diffs are not rendered by default.

android-15.0.0_r30-to-android-15.0.0_r32.html

Lines changed: 167 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
8+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./assets/style.css" >
10+
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
11+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
12+
13+
<link rel="icon" href="./assets/favicon.svg" type="image/svg">
14+
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
15+
16+
<title>android-15.0.0_r32 to android-15.0.0_r33 AOSP changelog</title>
17+
18+
<script>
19+
function show(sectionId) {
20+
if (document.getElementById(sectionId)) {
21+
document.getElementById(sectionId+'-show').style.display = 'none';
22+
document.getElementById(sectionId+'-hide').style.display = 'inline';
23+
document.getElementById(sectionId).style.display = 'block';
24+
}
25+
}
26+
27+
function hide(sectionId) {
28+
if (document.getElementById(sectionId)) {
29+
document.getElementById(sectionId+'-show').style.display = 'inline';
30+
document.getElementById(sectionId+'-hide').style.display = 'none';
31+
document.getElementById(sectionId).style.display = 'none';
32+
}
33+
}
34+
</script>
35+
</head>
36+
<body>
37+
<div class="navbar navbar-default navbar-fixed-top">
38+
<div class="container">
39+
<div class="navbar-header">
40+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
41+
<span class="icon-bar"></span>
42+
<span class="icon-bar"></span>
43+
<span class="icon-bar"></span>
44+
</button>
45+
<a class="navbar-brand" href="./index.html">AOSP Changelogs</a>
46+
</div>
47+
<div class="navbar-collapse collapse">
48+
<ul class="nav navbar-nav">
49+
</ul>
50+
</div>
51+
</div>
52+
</div>
53+
<div class="container card">
54+
<div class="row">
55+
<div class="col-md-12">
56+
<h1>android-15.0.0_r32 to android-15.0.0_r33 AOSP changelog</h1>
57+
</div>
58+
</div>
59+
60+
<div class="row">
61+
<div class="col-md-12">
62+
<p>This only includes the Android Open Source Project changes and does not include any changes
63+
in any proprietary components included by Google or any hardware manufacturer. The raw log was
64+
generated using a modified version of <a href="https://groups.google.com/d/msg/android-building/0DtsHawjs4k/And8o3Dni_UJ">this script</a> written by JBQ and improved by Al Sutton.</p>
65+
66+
<p><strong>Please do not copy this without attribution to this site and JBQ for the original script.</strong></p>
67+
</div>
68+
</div>
69+
<div class="row">
70+
<div class="col-md-12">
71+
<div id="changes">
72+
<p><h2><a href="#" id="platform_build-show" class="showLink" onclick="show('platform_build');return false;">+</a><a href="#" id="platform_build-hide" class="hideLink" onclick="hide('platform_build');return false;">-</a>&nbsp;<a name="platform_build" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/build">platform/build</a></h2>
73+
<div id="platform_build"><a href="https://android.googlesource.com/platform/build/+/5dc2a798a6">5dc2a798a6</a> : Version bump to BP1A.250505.005.A1 [core/build_id.mk]<br />
74+
</div></p>
75+
76+
77+
</div>
78+
</div>
79+
</div>
80+
</div>
81+
82+
<div id="footer">
83+
<div class="container">
84+
<div class="row">
85+
<div class="col-md-6">
86+
<p class="text-muted">&copy; Copyright 20[0-9]{2} The LineageOS Project</p>
87+
</div>
88+
</div>
89+
</div>
90+
</div>
91+
</body>
92+
</html>
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
8+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./assets/style.css" >
10+
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
11+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
12+
13+
<link rel="icon" href="./assets/favicon.svg" type="image/svg">
14+
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
15+
16+
<title>android-15.0.0_r32 to android-15.0.0_r34 AOSP changelog</title>
17+
18+
<script>
19+
function show(sectionId) {
20+
if (document.getElementById(sectionId)) {
21+
document.getElementById(sectionId+'-show').style.display = 'none';
22+
document.getElementById(sectionId+'-hide').style.display = 'inline';
23+
document.getElementById(sectionId).style.display = 'block';
24+
}
25+
}
26+
27+
function hide(sectionId) {
28+
if (document.getElementById(sectionId)) {
29+
document.getElementById(sectionId+'-show').style.display = 'inline';
30+
document.getElementById(sectionId+'-hide').style.display = 'none';
31+
document.getElementById(sectionId).style.display = 'none';
32+
}
33+
}
34+
</script>
35+
</head>
36+
<body>
37+
<div class="navbar navbar-default navbar-fixed-top">
38+
<div class="container">
39+
<div class="navbar-header">
40+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
41+
<span class="icon-bar"></span>
42+
<span class="icon-bar"></span>
43+
<span class="icon-bar"></span>
44+
</button>
45+
<a class="navbar-brand" href="./index.html">AOSP Changelogs</a>
46+
</div>
47+
<div class="navbar-collapse collapse">
48+
<ul class="nav navbar-nav">
49+
</ul>
50+
</div>
51+
</div>
52+
</div>
53+
<div class="container card">
54+
<div class="row">
55+
<div class="col-md-12">
56+
<h1>android-15.0.0_r32 to android-15.0.0_r34 AOSP changelog</h1>
57+
</div>
58+
</div>
59+
60+
<div class="row">
61+
<div class="col-md-12">
62+
<p>This only includes the Android Open Source Project changes and does not include any changes
63+
in any proprietary components included by Google or any hardware manufacturer. The raw log was
64+
generated using a modified version of <a href="https://groups.google.com/d/msg/android-building/0DtsHawjs4k/And8o3Dni_UJ">this script</a> written by JBQ and improved by Al Sutton.</p>
65+
66+
<p><strong>Please do not copy this without attribution to this site and JBQ for the original script.</strong></p>
67+
</div>
68+
</div>
69+
<div class="row">
70+
<div class="col-md-12">
71+
<div id="changes">
72+
<p><h2><a href="#" id="platform_build-show" class="showLink" onclick="show('platform_build');return false;">+</a><a href="#" id="platform_build-hide" class="hideLink" onclick="hide('platform_build');return false;">-</a>&nbsp;<a name="platform_build" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/build">platform/build</a></h2>
73+
<div id="platform_build"><a href="https://android.googlesource.com/platform/build/+/1e64bf904b">1e64bf904b</a> : Version bump to BP1A.250505.005.B1 [core/build_id.mk]<br />
74+
</div></p>
75+
76+
77+
</div>
78+
</div>
79+
</div>
80+
</div>
81+
82+
<div id="footer">
83+
<div class="container">
84+
<div class="row">
85+
<div class="col-md-6">
86+
<p class="text-muted">&copy; Copyright 20[0-9]{2} The LineageOS Project</p>
87+
</div>
88+
</div>
89+
</div>
90+
</div>
91+
</body>
92+
</html>
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
8+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./assets/style.css" >
10+
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
11+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
12+
13+
<link rel="icon" href="./assets/favicon.svg" type="image/svg">
14+
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
15+
16+
<title>android-15.0.0_r32 to android-15.0.0_r35 AOSP changelog</title>
17+
18+
<script>
19+
function show(sectionId) {
20+
if (document.getElementById(sectionId)) {
21+
document.getElementById(sectionId+'-show').style.display = 'none';
22+
document.getElementById(sectionId+'-hide').style.display = 'inline';
23+
document.getElementById(sectionId).style.display = 'block';
24+
}
25+
}
26+
27+
function hide(sectionId) {
28+
if (document.getElementById(sectionId)) {
29+
document.getElementById(sectionId+'-show').style.display = 'inline';
30+
document.getElementById(sectionId+'-hide').style.display = 'none';
31+
document.getElementById(sectionId).style.display = 'none';
32+
}
33+
}
34+
</script>
35+
</head>
36+
<body>
37+
<div class="navbar navbar-default navbar-fixed-top">
38+
<div class="container">
39+
<div class="navbar-header">
40+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
41+
<span class="icon-bar"></span>
42+
<span class="icon-bar"></span>
43+
<span class="icon-bar"></span>
44+
</button>
45+
<a class="navbar-brand" href="./index.html">AOSP Changelogs</a>
46+
</div>
47+
<div class="navbar-collapse collapse">
48+
<ul class="nav navbar-nav">
49+
</ul>
50+
</div>
51+
</div>
52+
</div>
53+
<div class="container card">
54+
<div class="row">
55+
<div class="col-md-12">
56+
<h1>android-15.0.0_r32 to android-15.0.0_r35 AOSP changelog</h1>
57+
</div>
58+
</div>
59+
60+
<div class="row">
61+
<div class="col-md-12">
62+
<p>This only includes the Android Open Source Project changes and does not include any changes
63+
in any proprietary components included by Google or any hardware manufacturer. The raw log was
64+
generated using a modified version of <a href="https://groups.google.com/d/msg/android-building/0DtsHawjs4k/And8o3Dni_UJ">this script</a> written by JBQ and improved by Al Sutton.</p>
65+
66+
<p><strong>Please do not copy this without attribution to this site and JBQ for the original script.</strong></p>
67+
</div>
68+
</div>
69+
<div class="row">
70+
<div class="col-md-12">
71+
<div id="changes">
72+
<p><h2><a href="#" id="platform_build-show" class="showLink" onclick="show('platform_build');return false;">+</a><a href="#" id="platform_build-hide" class="hideLink" onclick="hide('platform_build');return false;">-</a>&nbsp;<a name="platform_build" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/build">platform/build</a></h2>
73+
<div id="platform_build"><a href="https://android.googlesource.com/platform/build/+/1253fc1de8">1253fc1de8</a> : Version bump to BP1A.250505.005.C1 [core/build_id.mk]<br />
74+
</div></p>
75+
76+
77+
</div>
78+
</div>
79+
</div>
80+
</div>
81+
82+
<div id="footer">
83+
<div class="container">
84+
<div class="row">
85+
<div class="col-md-6">
86+
<p class="text-muted">&copy; Copyright 20[0-9]{2} The LineageOS Project</p>
87+
</div>
88+
</div>
89+
</div>
90+
</div>
91+
</body>
92+
</html>
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
<head>
4+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
8+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
9+
<link rel="stylesheet" type="text/css" href="./assets/style.css" >
10+
<script async src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
11+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
12+
13+
<link rel="icon" href="./assets/favicon.svg" type="image/svg">
14+
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon">
15+
16+
<title>android-15.0.0_r32 to android-15.0.0_r36 AOSP changelog</title>
17+
18+
<script>
19+
function show(sectionId) {
20+
if (document.getElementById(sectionId)) {
21+
document.getElementById(sectionId+'-show').style.display = 'none';
22+
document.getElementById(sectionId+'-hide').style.display = 'inline';
23+
document.getElementById(sectionId).style.display = 'block';
24+
}
25+
}
26+
27+
function hide(sectionId) {
28+
if (document.getElementById(sectionId)) {
29+
document.getElementById(sectionId+'-show').style.display = 'inline';
30+
document.getElementById(sectionId+'-hide').style.display = 'none';
31+
document.getElementById(sectionId).style.display = 'none';
32+
}
33+
}
34+
</script>
35+
</head>
36+
<body>
37+
<div class="navbar navbar-default navbar-fixed-top">
38+
<div class="container">
39+
<div class="navbar-header">
40+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
41+
<span class="icon-bar"></span>
42+
<span class="icon-bar"></span>
43+
<span class="icon-bar"></span>
44+
</button>
45+
<a class="navbar-brand" href="./index.html">AOSP Changelogs</a>
46+
</div>
47+
<div class="navbar-collapse collapse">
48+
<ul class="nav navbar-nav">
49+
</ul>
50+
</div>
51+
</div>
52+
</div>
53+
<div class="container card">
54+
<div class="row">
55+
<div class="col-md-12">
56+
<h1>android-15.0.0_r32 to android-15.0.0_r36 AOSP changelog</h1>
57+
</div>
58+
</div>
59+
60+
<div class="row">
61+
<div class="col-md-12">
62+
<p>This only includes the Android Open Source Project changes and does not include any changes
63+
in any proprietary components included by Google or any hardware manufacturer. The raw log was
64+
generated using a modified version of <a href="https://groups.google.com/d/msg/android-building/0DtsHawjs4k/And8o3Dni_UJ">this script</a> written by JBQ and improved by Al Sutton.</p>
65+
66+
<p><strong>Please do not copy this without attribution to this site and JBQ for the original script.</strong></p>
67+
</div>
68+
</div>
69+
<div class="row">
70+
<div class="col-md-12">
71+
<div id="changes">
72+
<p><h2><a href="#" id="platform_build-show" class="showLink" onclick="show('platform_build');return false;">+</a><a href="#" id="platform_build-hide" class="hideLink" onclick="hide('platform_build');return false;">-</a>&nbsp;<a name="platform_build" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/build">platform/build</a></h2>
73+
<div id="platform_build"><a href="https://android.googlesource.com/platform/build/+/d9611a86f6">d9611a86f6</a> : Version bump to BP1A.250505.005.D1 [core/build_id.mk]<br />
74+
</div></p>
75+
76+
<p><h2><a href="#" id="platform_frameworks_opt_telephony-show" class="showLink" onclick="show('platform_frameworks_opt_telephony');return false;">+</a><a href="#" id="platform_frameworks_opt_telephony-hide" class="hideLink" onclick="hide('platform_frameworks_opt_telephony');return false;">-</a>&nbsp;<a name="platform_frameworks_opt_telephony" class="nonLink">Project:</a> <a href="https://android.googlesource.com/platform/frameworks/opt/telephony">platform/frameworks/opt/telephony</a></h2>
77+
<div id="platform_frameworks_opt_telephony"><a href="https://android.googlesource.com/platform/frameworks/opt/telephony/+/4ce1d63640">4ce1d63640</a> : Fix a race condition that causes DatagramDispatcher to get stuck<br />
78+
</div></p>
79+
80+
81+
</div>
82+
</div>
83+
</div>
84+
</div>
85+
86+
<div id="footer">
87+
<div class="container">
88+
<div class="row">
89+
<div class="col-md-6">
90+
<p class="text-muted">&copy; Copyright 20[0-9]{2} The LineageOS Project</p>
91+
</div>
92+
</div>
93+
</div>
94+
</div>
95+
</body>
96+
</html>

0 commit comments

Comments
 (0)