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

Commit 214a9a79 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6484097 from 7db72bbb to rvc-release

Change-Id: Ie55a3ca9a3207ec56700b8a530bb911b16dcd90c
parents 4475a071 7db72bbb
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2020 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.
-->

<!-- Feature for devices with a hinge angle sensor. -->
<permissions>
    <feature name="android.hardware.sensor.hinge_angle" />
</permissions>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -17,4 +17,5 @@ cc_library_headers {
        "libutils_headers",
        "libstagefright_foundation_headers",
    ],
    min_sdk_version: "29",
}
+1 −0
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ struct InputWindowInfo {
        TYPE_ACCESSIBILITY_OVERLAY = FIRST_SYSTEM_WINDOW + 32,
        TYPE_DOCK_DIVIDER = FIRST_SYSTEM_WINDOW + 34,
        TYPE_NOTIFICATION_SHADE = FIRST_SYSTEM_WINDOW + 40,
        TYPE_TRUSTED_APPLICATION_OVERLAY = FIRST_SYSTEM_WINDOW + 42,
        LAST_SYSTEM_WINDOW = 2999,
    };

+1 −0
Original line number Diff line number Diff line
@@ -35,4 +35,5 @@ cc_library_static {
            enabled: true,
        },
    },
    min_sdk_version: "29",
}
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ cc_library_headers {
        "libcutils_headers",
        "libutils_headers",
    ],
    min_sdk_version: "29",
}

// These interfaces are android-specific implementation unrelated to binder
@@ -152,6 +153,7 @@ cc_library {
    sanitize: {
        misc_undefined: ["integer"],
    },
    min_sdk_version: "29",
}

// AIDL interface between libbinder and framework.jar
Loading