Revert "Revert "API Lint: Enable for TestApi""

This reverts commit 718428355f5ab75d1a3ef890f86abc52fe018ce8.

Fixes: 139833475
Test: make droid
Change-Id: I61316a8f314dccb7718bf8ab159e167d554d2525
diff --git a/Android.bp b/Android.bp
index aa47d7b..ebd964ae 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1516,6 +1516,10 @@
             api_file: "api/test-current.txt",
             removed_api_file: "api/test-removed.txt",
         },
+        api_lint: {
+            enabled: true,
+            baseline_file: "api/test-lint-baseline.txt",
+        },
     },
 }