Loading android/pandora/server/Android.bp +21 −5 Original line number Diff line number Diff line Loading @@ -2,11 +2,20 @@ package { default_applicable_licenses: ["Android-Apache-2.0"], } android_test_helper_app { name: "PandoraServer", java_library_static { name: "PandoraServerLib", srcs: ["src/**/*.kt"], platform_apis: true, certificate: "platform", sdk_version: "core_platform", libs: [ // Access to hidden apis in Bluetooth: "framework-bluetooth.impl", "framework", ], static_libs: [ "androidx.test.runner", Loading @@ -20,6 +29,15 @@ android_test_helper_app { "pandora-proto-java", "opencensus-java-contrib-grpc-metrics", ], } android_test_helper_app { name: "PandoraServer", certificate: "platform", static_libs: [ "PandoraServerLib", ], dex_preopt: { enabled: false, Loading @@ -27,8 +45,6 @@ android_test_helper_app { optimize: { enabled: false, }, test_suites: ["device-tests"], } android_test { Loading framework/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ java_sdk_library { "//external/sl4a/Common", "//frameworks/opt/wear", "//packages/modules/Bluetooth/android/app/tests/unit", "//packages/modules/Bluetooth/android/pandora/server", "//packages/modules/Bluetooth/service", "//packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider", "//packages/services/Car/car-builtin-lib", Loading Loading
android/pandora/server/Android.bp +21 −5 Original line number Diff line number Diff line Loading @@ -2,11 +2,20 @@ package { default_applicable_licenses: ["Android-Apache-2.0"], } android_test_helper_app { name: "PandoraServer", java_library_static { name: "PandoraServerLib", srcs: ["src/**/*.kt"], platform_apis: true, certificate: "platform", sdk_version: "core_platform", libs: [ // Access to hidden apis in Bluetooth: "framework-bluetooth.impl", "framework", ], static_libs: [ "androidx.test.runner", Loading @@ -20,6 +29,15 @@ android_test_helper_app { "pandora-proto-java", "opencensus-java-contrib-grpc-metrics", ], } android_test_helper_app { name: "PandoraServer", certificate: "platform", static_libs: [ "PandoraServerLib", ], dex_preopt: { enabled: false, Loading @@ -27,8 +45,6 @@ android_test_helper_app { optimize: { enabled: false, }, test_suites: ["device-tests"], } android_test { Loading
framework/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,7 @@ java_sdk_library { "//external/sl4a/Common", "//frameworks/opt/wear", "//packages/modules/Bluetooth/android/app/tests/unit", "//packages/modules/Bluetooth/android/pandora/server", "//packages/modules/Bluetooth/service", "//packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider", "//packages/services/Car/car-builtin-lib", Loading