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

Commit 7d646a51 authored by Xin Li's avatar Xin Li Committed by Android (Google) Code Review
Browse files

Merge "Merge sc-dev-plus-aosp-without-vendor@7634622" into stage-aosp-master

parents 2fbbcd3d 42be0d2f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ android_library {
        "zxing-core-1.7",
        "android.hardware.dumpstate-V1.0-java",
        "android.hardware.dumpstate-V1.1-java",
        "lottie",
    ],

    libs: [
@@ -89,6 +90,7 @@ platform_compat_config {

android_app {
    name: "Settings",
    defaults: ["platform_app_defaults"],
    platform_apis: true,
    certificate: "platform",
    system_ext_specific: true,
+481 −98

File changed.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
android-settings-core-eng+gerrit@google.com

# People who can approve changes for submission
arcwang@google.com
chiujason@google.com
edgarwang@google.com
emilychuang@google.com
@@ -11,5 +12,8 @@ sunnyshao@google.com
tmfang@google.com
yantingyang@google.com

# Emergency only
luyota@google.com

# Exempt resource files (because they are in a flat directory and too hard to manage via OWNERS)
per-file *.xml=*
+2 −0
Original line number Diff line number Diff line
@@ -4,3 +4,5 @@ checkcolor_hook = ${REPO_ROOT}/prebuilts/checkcolor/checkcolor.py -p .
strings_lint_hook = ${REPO_ROOT}/frameworks/base/tools/stringslint/stringslint_sha.sh ${PREUPLOAD_COMMIT}

checkstyle_hook = ${REPO_ROOT}/prebuilts/checkstyle/checkstyle.py --sha ${PREUPLOAD_COMMIT}

robolectric_hook = ${REPO_ROOT}/packages/apps/Settings/tests/robotests/new_tests_hook.sh ${REPO_PROJECT}
+1996 −609

File changed.

Preview size limit exceeded, changes collapsed.

Loading