Merge "Enable removed api dex for car-lib" into rvc-dev
diff --git a/car-lib/Android.bp b/car-lib/Android.bp
index e5a1684..39db28e 100644
--- a/car-lib/Android.bp
+++ b/car-lib/Android.bp
@@ -139,6 +139,7 @@
 droidstubs {
     name: "android.car-stubs-docs",
     defaults: ["android.car-docs-default"],
+    removed_dex_api_filename: "removed-dex.txt",
     args: "--hide UnavailableSymbol --no-docs --stub-packages android.car* ",
     installable: false,
     check_api: {
@@ -166,6 +167,7 @@
 droidstubs {
     name: "android.car-system-stubs-docs",
     defaults: ["android.car-docs-default"],
+    removed_dex_api_filename: "system-removed-dex.txt",
     args: "--hide UnavailableSymbol --no-docs --stub-packages android.car* " +
         "--show-annotation android.annotation.SystemApi ",
     installable: false,