From faa271aa5e1a98aacc81f27e289da10f25bee0c8 Mon Sep 17 00:00:00 2001 From: Andrei Onea Date: Wed, 17 Mar 2021 13:32:51 +0000 Subject: Replace source based system server stubs Use the stubs obtained by merging the system server stubs from non updatable code in the system server, and the system server apis exposed by mainline modules in SYSTEMSERVERCLASSPATH. Test: builds Bug: 177640454 Change-Id: I3687aeb0a4905418d07c819f1091266aaf708558 --- api/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/Android.bp') diff --git a/api/Android.bp b/api/Android.bp index 6e83c083245a..2df31ecb7715 100644 --- a/api/Android.bp +++ b/api/Android.bp @@ -341,7 +341,7 @@ genrule { { targets: ["sdk", "win_sdk"], dir: "apistubs/android/system-server/api", - dest: "merge-android.txt", + dest: "android.txt", }, ], } @@ -364,7 +364,7 @@ genrule { { targets: ["sdk", "win_sdk"], dir: "apistubs/android/system-server/api", - dest: "merge-removed.txt", + dest: "removed.txt", }, ], } -- cgit v1.2.3-59-g8ed1b