Skip to content

Commit

Permalink
Fix android-9.0.0_r12 ResourceTypes.h link for ResTable
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Oct 27, 2022
1 parent 1303f16 commit 3ff90d5
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -46,8 +46,10 @@
import org.robolectric.res.android.ResourceTypes.ResTable_typeSpec;
import org.robolectric.res.android.ResourceTypes.Res_value;

// transliterated from https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/libs/androidfw/ResourceTypes.cpp
// and https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/include/androidfw/ResourceTypes.h
// transliterated from
// https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/libs/androidfw/ResourceTypes.cpp
// and
// https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/libs/androidfw/include/androidfw/ResourceTypes.h
@SuppressWarnings("NewApi")
public class ResTable {

Expand Down

0 comments on commit 3ff90d5

Please sign in to comment.