Sha256: eb3b8018bf0610096b1effc6898b64314ca7e2a016b64af23579bf99cc692703
Contents?: true
Size: 568 Bytes
Versions: 9
Compression:
Stored size: 568 Bytes
Contents
# Protobuf binary manifest ## Convert to ruby model ```bash cd app_info/lib/app_info/abb/proto protoc --ruby_out=. Resources.proto protoc --ruby_out=. Configuration.proto ``` ## Resouces `Configuration.proto` and `Resources.proto` can be found in aapt2's github: - https://github.com/aosp-mirror/platform_frameworks_base/tree/master/tools/aapt2/Configuration.proto - https://github.com/aosp-mirror/platform_frameworks_base/tree/master/tools/aapt2/Resources.proto Source: https://gist.github.com/Farious/e841ef85a8f4280e4f248ba8037ea2c0#file-rollback_aab-sh-L51
Version data entries
9 entries across 9 versions & 1 rubygems