Skip to content

Commit

Permalink
framework: idd_impl: Sync with stock
Browse files Browse the repository at this point in the history
* For better compatibility
* Checked from:
Sony/XQ-DQ54_EEA/XQ-DQ54:14/67.1.A.2.307/067001A002030700521143226:user/release-keys

Change-Id: I2b76fd1e3c4c2b345473cea99f0a6feb2c05d1ab
Signed-off-by: someone5678 <[email protected]>
  • Loading branch information
someone5678 authored and luk1337 committed Jan 30, 2025
1 parent 4fdf058 commit 6e404f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions framework/idd_impl/Android.bp
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
//
// Copyright (C) 2023 The LineageOS Project
// Copyright (C) 2023-2025 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//

java_library {
name: "com.sony.idd_dummy",
stem: "com.sonyericsson.idd_impl",
installable: true,
product_specific: true,
sdk_version: "current",
Expand All @@ -15,8 +16,8 @@ java_library {

prebuilt_etc {
name: "com.sony.idd_dummy.xml",
filename: "com.sonyericsson.idd.xml",
product_specific: true,
sub_dir: "permissions",
src: "com.sony.idd_dummy.xml",
filename_from_src: true,
}
6 changes: 5 additions & 1 deletion framework/idd_impl/com.sony.idd_dummy.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<permissions>
<library name="com.sonyericsson.idd"
file="/product/framework/com.sony.idd_dummy.jar"/>
file="/product/framework/com.sonyericsson.idd_impl.jar"/>
<library name="com.sonyericsson.idd_2"
file="/product/framework/com.sonyericsson.idd_impl.jar"/>
<library name="com.sonyericsson.idd_3"
file="/product/framework/com.sonyericsson.idd_impl.jar"/>
</permissions>

0 comments on commit 6e404f3

Please sign in to comment.