summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorAmit Mahajan <amitmahajan@google.com>2019-12-09 23:38:25 -0800
committerAmit Mahajan <amitmahajan@google.com>2019-12-10 18:09:26 -0800
commit14e676a84b9adf52f2d0660b93a53afdb7edcb0f (patch)
tree83c8ff8b73661dd67d6416f485e1e036a24e8848 /tests/Android.bp
parent73773c7357e411713dc73a657f5f9a5d25847957 (diff)
downloadplatform_packages_services_Telephony-14e676a84b9adf52f2d0660b93a53afdb7edcb0f.tar.gz
platform_packages_services_Telephony-14e676a84b9adf52f2d0660b93a53afdb7edcb0f.tar.bz2
platform_packages_services_Telephony-14e676a84b9adf52f2d0660b93a53afdb7edcb0f.zip
Split TeleService into a client apk and a lib.
The client apk has the manifest and the lib has the code and resources. This is being done so that the apk can run under the phone shareduid, while the lib can be part of telephony mainline module and be updatable. Test: basic telephony sanity & atest TeleServiceTests Bug: 144806641 Merged-in: I3cd7dd692ec9325a10aa7ae63e77240c7ad58112 Change-Id: I3cd7dd692ec9325a10aa7ae63e77240c7ad58112
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 7c51a0ded..42d88eb01 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -28,7 +28,7 @@ android_test {
platform_apis: true,
certificate: "platform",
- instrumentation_for: "TeleService",
+ instrumentation_for: "TeleServiceLib",
static_libs: [
"androidx.test.rules",