Loading data/etc/android.hardware.sensor.hinge_angle.xml 0 → 100644 +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 headers/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -17,4 +17,5 @@ cc_library_headers { "libutils_headers", "libstagefright_foundation_headers", ], min_sdk_version: "29", } include/input/InputWindow.h +1 −0 Original line number Diff line number Diff line Loading @@ -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, }; Loading libs/arect/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -35,4 +35,5 @@ cc_library_static { enabled: true, }, }, min_sdk_version: "29", } libs/binder/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ cc_library_headers { "libcutils_headers", "libutils_headers", ], min_sdk_version: "29", } // These interfaces are android-specific implementation unrelated to binder Loading Loading @@ -152,6 +153,7 @@ cc_library { sanitize: { misc_undefined: ["integer"], }, min_sdk_version: "29", } // AIDL interface between libbinder and framework.jar Loading Loading
data/etc/android.hardware.sensor.hinge_angle.xml 0 → 100644 +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
headers/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -17,4 +17,5 @@ cc_library_headers { "libutils_headers", "libstagefright_foundation_headers", ], min_sdk_version: "29", }
include/input/InputWindow.h +1 −0 Original line number Diff line number Diff line Loading @@ -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, }; Loading
libs/arect/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -35,4 +35,5 @@ cc_library_static { enabled: true, }, }, min_sdk_version: "29", }
libs/binder/Android.bp +2 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ cc_library_headers { "libcutils_headers", "libutils_headers", ], min_sdk_version: "29", } // These interfaces are android-specific implementation unrelated to binder Loading Loading @@ -152,6 +153,7 @@ cc_library { sanitize: { misc_undefined: ["integer"], }, min_sdk_version: "29", } // AIDL interface between libbinder and framework.jar Loading