Name Date Size #Lines LOC

..--

golden-output/H25-Apr-2025-12,40411,972

golden-output.RELEASE_TARGET_JAVA_21/H25-Apr-2025-12,32311,900

tiny-framework/src/com/H25-Apr-2025-1,629583

tiny-test/src/com/android/hoststubgen/test/tinyframework/H25-Apr-2025-500338

Android.bpH A D25-Apr-20255.1 KiB168153

AndroidTest-host.xmlH A D25-Apr-20251.5 KiB3012

README.mdH A D25-Apr-2025663 2114

annotation-allowed-classes-tiny-framework.txtH A D25-Apr-2025856 2919

diff-and-update-golden.shH A D25-Apr-20253.1 KiB13489

policy-override-tiny-framework.txtH A D25-Apr-20253.5 KiB7664

run-test-manually.shH A D25-Apr-20253.7 KiB13177

tiny-framework-dump-test.pyH A D25-Apr-20252.4 KiB8644

README.md

1# HostStubGen: tiny-framework test
2
3This directory contains a small classes that "simulates" framework.jar, and tests against it.
4
5This test is agnostic to Android, and it doesn't use any android framework code or knowledge.
6
7## How to run
8
9- With `atest`. This is the proper way to run it, but `atest` has known problems that may
10  affect the result. If you see weird problems, try the next `run-ravenwood-test` command.
11
12```
13$ atest hoststubgen-test-tiny-test
14```
15
16- `run-test-manually.sh` also run the test, but it builds the stub/impl jars and the test without
17  using the build system. This is useful for debugging the tool.
18
19```
20$ ./run-test-manually.sh
21```