Loading ravenwood/scripts/pta-framework.sh +2 −1 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ run_pta() { $extra_args if ! [[ -f $OUT_SCRIPT ]] ; then echo "No files need updating." # no operations generated. exit 0 fi Loading ravenwood/texts/ravenwood-framework-policies.txt +1 −1 Original line number Diff line number Diff line Loading @@ -62,4 +62,4 @@ class android.text.ClipboardManager keep # no-pta # Just enough to allow ResourcesManager to run class android.hardware.display.DisplayManagerGlobal keep # no-pta method getInstance ()Landroid/hardware/display/DisplayManagerGlobal; ignore method getInstance ()Landroid/hardware/display/DisplayManagerGlobal; ignore # no-pta ravenwood/texts/ravenwood-standard-options.txt +3 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,9 @@ --remove-annotation android.ravenwood.annotation.RavenwoodRemove --ignore-annotation android.ravenwood.annotation.RavenwoodIgnore --substitute-annotation android.ravenwood.annotation.RavenwoodReplace Loading ravenwood/tools/ravenhelper/src/com/android/platform/test/ravenwood/ravenhelper/policytoannot/Annotations.kt +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,8 @@ class Annotations { "@android.ravenwood.annotation.RavenwoodRedirect" FilterPolicy.Throw -> "@android.ravenwood.annotation.RavenwoodThrow" FilterPolicy.Ignore -> null // Ignore has no annotation. (because it's not very safe.) FilterPolicy.Ignore -> "@android.ravenwood.annotation.RavenwoodIgnore" FilterPolicy.Remove -> "@android.ravenwood.annotation.RavenwoodRemove" } Loading Loading
ravenwood/scripts/pta-framework.sh +2 −1 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ run_pta() { $extra_args if ! [[ -f $OUT_SCRIPT ]] ; then echo "No files need updating." # no operations generated. exit 0 fi Loading
ravenwood/texts/ravenwood-framework-policies.txt +1 −1 Original line number Diff line number Diff line Loading @@ -62,4 +62,4 @@ class android.text.ClipboardManager keep # no-pta # Just enough to allow ResourcesManager to run class android.hardware.display.DisplayManagerGlobal keep # no-pta method getInstance ()Landroid/hardware/display/DisplayManagerGlobal; ignore method getInstance ()Landroid/hardware/display/DisplayManagerGlobal; ignore # no-pta
ravenwood/texts/ravenwood-standard-options.txt +3 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,9 @@ --remove-annotation android.ravenwood.annotation.RavenwoodRemove --ignore-annotation android.ravenwood.annotation.RavenwoodIgnore --substitute-annotation android.ravenwood.annotation.RavenwoodReplace Loading
ravenwood/tools/ravenhelper/src/com/android/platform/test/ravenwood/ravenhelper/policytoannot/Annotations.kt +2 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,8 @@ class Annotations { "@android.ravenwood.annotation.RavenwoodRedirect" FilterPolicy.Throw -> "@android.ravenwood.annotation.RavenwoodThrow" FilterPolicy.Ignore -> null // Ignore has no annotation. (because it's not very safe.) FilterPolicy.Ignore -> "@android.ravenwood.annotation.RavenwoodIgnore" FilterPolicy.Remove -> "@android.ravenwood.annotation.RavenwoodRemove" } Loading