diff options
| author | 2020-03-31 18:33:36 +0100 | |
|---|---|---|
| committer | 2020-03-31 18:34:01 +0100 | |
| commit | c33a1b661589ced1d7fa1503a00b0ffbb5886d77 (patch) | |
| tree | f41d9760d0e91f2dabbbcb502d0a890557098581 | |
| parent | ae370867b6f993ff35891c8f306087a50078a2eb (diff) | |
Don't link telephony stubs against android_system_stubs
Compile against an SDK instead, which will enforce link
checks.
Bug: 152864915
Test: m
Change-Id: I49cbc4f6c6c5a1b9260b385f3c97ac2387bb9c47
| -rw-r--r-- | Android.bp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 30d44091b6a6..db6a7d32681f 100644 --- a/Android.bp +++ b/Android.bp @@ -1279,8 +1279,7 @@ java_library { aidl: { export_include_dirs: ["telephony/java"], }, - sdk_version: "core_current", - libs: ["android_system_stubs_current"], + sdk_version: "module_current", } filegroup { |