Loading tools/aapt/SdkConstants.h +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ enum { SDK_Q = 29, SDK_R = 30, SDK_S = 31, SDK_S_V2 = 32, }; #endif // H_AAPT_SDK_CONSTANTS tools/aapt2/SdkConstants.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = { {0x0606, SDK_Q}, {0x0616, SDK_R}, {0x064b, SDK_S}, {0x064c, SDK_S_V2}, }; static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { Loading tools/aapt2/SdkConstants.h +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ enum : ApiVersion { SDK_Q = 29, SDK_R = 30, SDK_S = 31, SDK_S_V2 = 32, }; ApiVersion FindAttributeSdkLevel(const ResourceId& id); Loading Loading
tools/aapt/SdkConstants.h +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ enum { SDK_Q = 29, SDK_R = 30, SDK_S = 31, SDK_S_V2 = 32, }; #endif // H_AAPT_SDK_CONSTANTS
tools/aapt2/SdkConstants.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,7 @@ static const std::vector<std::pair<uint16_t, ApiVersion>> sAttrIdMap = { {0x0606, SDK_Q}, {0x0616, SDK_R}, {0x064b, SDK_S}, {0x064c, SDK_S_V2}, }; static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { Loading
tools/aapt2/SdkConstants.h +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ enum : ApiVersion { SDK_Q = 29, SDK_R = 30, SDK_S = 31, SDK_S_V2 = 32, }; ApiVersion FindAttributeSdkLevel(const ResourceId& id); Loading