Loading libs/androidfw/include/androidfw/Idmap.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -71,7 +71,7 @@ class OverlayDynamicRefTable : public DynamicRefTable { // Rewrites a compile-time overlay resource id to the runtime resource id of corresponding target // Rewrites a compile-time overlay resource id to the runtime resource id of corresponding target // resource. // resource. virtual status_t lookupResourceIdNoRewrite(uint32_t* resId) const; status_t lookupResourceIdNoRewrite(uint32_t* resId) const; const Idmap_data_header* data_header_; const Idmap_data_header* data_header_; const Idmap_overlay_entry* entries_; const Idmap_overlay_entry* entries_; Loading Loading
libs/androidfw/include/androidfw/Idmap.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -71,7 +71,7 @@ class OverlayDynamicRefTable : public DynamicRefTable { // Rewrites a compile-time overlay resource id to the runtime resource id of corresponding target // Rewrites a compile-time overlay resource id to the runtime resource id of corresponding target // resource. // resource. virtual status_t lookupResourceIdNoRewrite(uint32_t* resId) const; status_t lookupResourceIdNoRewrite(uint32_t* resId) const; const Idmap_data_header* data_header_; const Idmap_data_header* data_header_; const Idmap_overlay_entry* entries_; const Idmap_overlay_entry* entries_; Loading