Searched defs:ApkDescription (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/cmd/extract_apks/bundle_proto/ |
H A D | commands.pb.go | 236 …ApkDescription []*ApkDescription `protobuf:"bytes,2,rep,name=apk_description,json=apkDescrip… member 374 …ApkDescription []*ApkDescription `protobuf:"bytes,2,rep,name=apk_description,json=apkDescrip… member 546 type ApkDescription struct { struct 547 Targeting *ApkTargeting `protobuf:"bytes,1,opt,name=targeting,proto3" json:"targeting,omitempty"` 552 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` 560 …tadataOneofValue isApkDescription_ApkMetadataOneofValue `protobuf_oneof:"apk_metadata_oneof_value"` 561 XXX_NoUnkeyedLiteral struct{} `json:"-"` 562 XXX_unrecognized []byte `json:"-"` 563 XXX_sizecache int32 `json:"-"`
|
H A D | commands.proto | 123 message ApkDescription { message
|
/aosp12/build/soong/cmd/extract_apks/ |
H A D | main.go | 131 *android_bundle_proto.ApkDescription anonMember
|