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

Commit a6b0cf2a authored by Oriol Prieto Gascó's avatar Oriol Prieto Gascó Committed by Automerger Merge Worker
Browse files

Merge "Rename Bluetooth apex and APK" into tm-dev am: 288cc620

parents 86d69762 288cc620
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -95,7 +95,7 @@ android_app {
        ":bluetooth-proto-enums-java-gen",
        ":bluetooth-proto-enums-java-gen",
    ],
    ],
    aaptflags: [ "--custom-package", "com.android.bluetooth" ],
    aaptflags: [ "--custom-package", "com.android.bluetooth" ],
    certificate: ":com.android.bluetooth.services.certificate",
    certificate: ":com.android.bluetooth.certificate",


    jarjar_rules: ":bluetooth-jarjar-rules",
    jarjar_rules: ":bluetooth-jarjar-rules",


@@ -202,6 +202,6 @@ genrule {
}
}


android_app_certificate {
android_app_certificate {
    name: "com.android.bluetooth.services.certificate",
    name: "com.android.bluetooth.certificate",
    certificate: "certs/com.android.bluetooth.services"
    certificate: "certs/com.android.bluetooth"
}
}
+1 −1
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>


<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
  package="com.android.bluetooth.services"
  package="com.android.bluetooth"
  android:sharedUserId="android.uid.bluetooth">
  android:sharedUserId="android.uid.bluetooth">


    <!-- Allows access to the Bluetooth Share Manager -->
    <!-- Allows access to the Bluetooth Share Manager -->
+1 −1
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@ android_test {
    name: "BluetoothInstrumentationTests",
    name: "BluetoothInstrumentationTests",


    // We only want this apk build for tests.
    // We only want this apk build for tests.
    certificate: ":com.android.bluetooth.services.certificate",
    certificate: ":com.android.bluetooth.certificate",
    defaults: ["framework-bluetooth-tests-defaults"],
    defaults: ["framework-bluetooth-tests-defaults"],


    min_sdk_version: "current",
    min_sdk_version: "current",
Loading