This seems like the answer would be no, but does anyone know if it is possible to build a custom app into a custom-built version of Android and then load that apk file onto a different device? Obviously, if you make changes to the OS and then rely on them in your app, you can't, but assuming you use the source as-is (or the appropriate version) from the repo can it be done?
If you can, you could theoretically link against things that are otherwise considered to be hidden in the SDK, right? Or am I completely off base here?
Thanks, Chris