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

Commit 58bf1701 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge remote-tracking branch 'origin/lineage-20.0' into v1-t

parents 0b036ce5 3450d31d
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -61,8 +61,7 @@ PRODUCT_PACKAGES += \
    IconShapeTaperedRectOverlay \
    IconShapeTeardropOverlay \
    IconShapeVesselOverlay \
    LineageNavigationBarNoHint \
    NavigationBarMode2ButtonOverlay
    LineageNavigationBarNoHint

# Media
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
@@ -75,5 +74,5 @@ PRODUCT_PACKAGES += \
# Themes
PRODUCT_PACKAGES += \
    LineageBlackTheme \
    LineageThemesStub \
    ThemePicker
    ThemePicker \
    ThemesStub
+0 −4
Original line number Diff line number Diff line
@@ -177,8 +177,4 @@

    <!-- Name of the font family to use in the default lockscreen clock -->
    <string name="config_clockFontFamily" translatable="false" />

    <!-- The type of the light sensor to be used by the display framework for things like
         auto-brightness. If unset, then it just gets the default sensor of type TYPE_LIGHT. -->
    <string name="config_displayLightSensorType" translatable="false">android.sensor.light</string>
</resources>
+0 −23
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--

     Copyright (C) 2018 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources>
    <!-- Package of the stub apk containing the themes descriptions -->
    <string name="themes_stub_package" translatable="false">org.lineageos.customization</string>
    <!-- Package of the stub apk containing the clock content -->
    <string name="clocks_stub_package" translatable="false">org.lineageos.customization</string>
</resources>
+30 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2009, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds.  Do not translate.

     NOTE: The naming convention is "config_camelCaseValue". Some legacy
     entries do not follow the convention, but all new entries should. -->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- The type of the light sensor to be used by the display framework for things like
         auto-brightness. If unset, then it just gets the default sensor of type TYPE_LIGHT. -->
    <string name="config_displayLightSensorType" translatable="false">android.sensor.light</string>
</resources>
+12 −12
Original line number Diff line number Diff line
@@ -23,23 +23,23 @@ readonly needs_ota=true

# Updated semi-manually via pixel/update-any-var.sh

readonly prev_build_id="TQ1A.230105.001.A2"
readonly build_id="TQ1A.230205.002"
readonly prev_build_id="TQ1A.230205.002"
readonly build_id="TQ2A.230305.008.E1"

# Updated automatically via pixel/update-device-vars.sh

readonly prev_aosp_tag="android-13.0.0_r20"
readonly aosp_tag="android-13.0.0_r30"
readonly prev_aosp_tag="android-13.0.0_r30"
readonly aosp_tag="android-13.0.0_r36"

readonly prev_build_number="9325585"
readonly build_number="9471150"
readonly prev_build_number="9471150"
readonly build_number="9677224"

readonly image_url="https://dl.google.com/dl/android/aosp/bluejay-tq1a.230205.002-factory-1b04ccc9.zip"
readonly image_sha256="1b04ccc96962f6e9fbf2ba37925ff3cf771e41a5369697c618b21252d63f88db"
readonly image_url="https://dl.google.com/dl/android/aosp/bluejay-tq2a.230305.008.e1-factory-3023e8fc.zip"
readonly image_sha256="3023e8fcc2a5c2ed9736ff1576bf042cc64ba52ba6c005f4c229b0dc4b4ac0d9"

readonly flash_url="https://flash.android.com/build/9471150?target=bluejay-user&signed"
readonly flash_url="https://flash.android.com/build/9677224?target=bluejay-user&signed"

readonly ota_url="https://dl.google.com/dl/android/aosp/bluejay-ota-tq1a.230205.002-1ec64b58.zip"
readonly ota_sha256="1ec64b589cba8d9687ea8f85cf6c2e5d09c9e4fbdae15417aa06d5ba976fbe79"
readonly ota_url="https://dl.google.com/dl/android/aosp/bluejay-ota-tq2a.230305.008.e1-915f9087.zip"
readonly ota_sha256="915f9087b627b6961be9bb447dc63a7a1083b536753a78715e98641eaeb9c9d1"

readonly security_patch="2023-02-05"
readonly security_patch="2023-03-05"
Loading