commit | 9ea881f5f2f064da069f45c2cf9237245da2f14d | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Feb 02 22:24:43 2022 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed Feb 02 22:24:43 2022 +0000 |
tree | d9713765ed8b61b2855cd9a23ff5913a345d97ea | |
parent | 2d4d04aa60da33b6db725fccb2af81111b9ac6cb [diff] [blame] |
gen_rpc -> require_rpc For semantics change: generally this will be supported on new API version without having to explicitly specify this. Bug: 216515124 Test: N/A Change-Id: If3a7445348870b33a43e7ec31352c962bc78e43b
diff --git a/tests/aidl/Android.bp b/tests/aidl/Android.bp index 893ec0b..a2315ce 100644 --- a/tests/aidl/Android.bp +++ b/tests/aidl/Android.bp
@@ -9,7 +9,7 @@ backend: { java: { platform_apis: true, - gen_rpc: true, + require_rpc: true, }, cpp: { enabled: true,