aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2021-05-26 16:47:33 +0100
committerAnton Hansson <hansson@google.com>2021-05-27 10:04:29 +0000
commitc3b41d81ea5e8c2fa00c49c83c13a75bacaf2379 (patch)
treeead6c21f6e839da0355e93d36bc5c2b1a7b4f956 /tools
parenta4d77f5accfb4cd3854b5772ecb39921f09c665c (diff)
downloadcommon-c3b41d81ea5e8c2fa00c49c83c13a75bacaf2379.tar.gz
Rename sdkinfo extension from binarypb to pb
binarypb is a bit of a mouthful, and it should be evident this pb is not a textpb. Bug: 189323663 Test: sdkextensions_e2e_tests Merged-In: I20ec8ce30116b55a28ed32e0004ec2ff24955a1f Change-Id: I20ec8ce30116b55a28ed32e0004ec2ff24955a1f
Diffstat (limited to 'tools')
-rw-r--r--tools/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Android.bp b/tools/Android.bp
index 66567ea3..7c50e59a 100644
--- a/tools/Android.bp
+++ b/tools/Android.bp
@@ -55,7 +55,7 @@ gensrcs {
prebuilt_etc {
name: "cur_sdkinfo",
src: ":cur_sdkinfo_src",
- filename: "sdkinfo.binarypb",
+ filename: "sdkinfo.pb",
installable: false,
visibility: ["//packages/modules/SdkExtensions"],
}