* {@link Builder#SKIP} if this method call did not compile anything in the application;
* {@link Builder#FAIL} if this method call encountered errors during compilation.
*/
private int recompile(boolean fullRecompile, Map licenseMap, OEMConfiguration localOEMConfiguration)
{
data = new LibraryData();
data.configuration = localOEMConfiguration.configuration;
data.cacheName = cacheName;
NameMappings mappings = CompilerAPI.getNameMappings(localOEMConfiguration.configuration), copy = mappings.copy();