| 121 | const char* getInstrumentationPackageNameOverride() const { return mInstrumentationPackageNameOverride; } |
| 122 | void setInstrumentationPackageNameOverride(const char * val) { mInstrumentationPackageNameOverride = val; } |
| 123 | bool getAutoAddOverlay() { return mAutoAddOverlay; } |
| 124 | void setAutoAddOverlay(bool val) { mAutoAddOverlay = val; } |
| 125 | bool getGenDependencies() { return mGenDependencies; } |
| 126 | void setGenDependencies(bool val) { mGenDependencies = val; } |