From 91dd558f4238fbc7af9e7af9793fe58430c8261c Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 5 Apr 2022 15:26:42 +0900 Subject: [PATCH] Don't use framework and SDK at the same time The configuration doesn't make sense and is error-prone as the availability of a private method in a class can change whether the class is part of the SDK or not. Bug: 227528906 Test: m Change-Id: Ie2c7bd984a7dd5c9847fa130280509f947e65d84 --- media/tests/aidltests/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/media/tests/aidltests/Android.bp b/media/tests/aidltests/Android.bp index c3d5fa2ae224e..7a25b6d40c1f5 100644 --- a/media/tests/aidltests/Android.bp +++ b/media/tests/aidltests/Android.bp @@ -33,7 +33,6 @@ android_test { libs: [ "framework", ], - sdk_version: "current", platform_apis: true, test_suites: ["device-tests"], certificate: "platform",