diff options
| author | 2018-07-26 13:04:32 +0000 | |
|---|---|---|
| committer | 2018-07-26 13:04:32 +0000 | |
| commit | 3134def524b99fb24f9ac52f0ba923e105a836dc (patch) | |
| tree | 327d448db0a5a84d0b4a7f6c7d36aaf9c4302503 | |
| parent | 716c04b29a0bd117aab33d8b81621a3fff0af7a7 (diff) | |
| parent | b0ea4213514be12794843a75498825a52faba157 (diff) | |
Merge "Enable generating Binder#getTransactionName method."
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index b337cfae26a3..80afd48879ad 100644 --- a/Android.bp +++ b/Android.bp @@ -609,6 +609,8 @@ java_library { "system/netd/server/binder", "system/bt/binder", ], + + generate_get_transaction_name: true }, no_framework_libs: true, |