This website requires JavaScript.
Explore
Help
Sign In
pa-fazil
/
android_packages_modules_Connectivity
Watch
1
Star
0
Fork
You've already forked android_packages_modules_Connectivity
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b28cb44e4b
android_packages_modules_Co...
/
Tethering
/
common
/
TetheringLib
/
jarjar-rules.txt
1 line
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix usage of annotations in TetheringLib Annotations such as @SystemApi cannot be jarjared to a different package, as the members would not match the system API declarations. Instead, only build against the annotations from framework-annotations-lib, but do not include them as classes in the output jar; annotations are not required to be available to the classloader at runtime. Test: builds, boots, tethering working Bug: 147812912 Fixes: 148609988 Change-Id: I1fae97a1c1e0ba07fa3e2d64cde7650cd26d0acd
2020-01-31 06:05:22 +00:00
# jarjar rules for the bootclasspath tethering framework library here