Make ndk.timestamp optional
am: f09c8437f9
Change-Id: I9c389c18ad585a043aa75d1e7ec58fb699bf03fe
This commit is contained in:
@@ -108,5 +108,6 @@ func (n *ndkSingleton) GenerateBuildActions(ctx blueprint.SingletonContext) {
|
|||||||
Rule: android.Touch,
|
Rule: android.Touch,
|
||||||
Outputs: []string{getNdkSysrootTimestampFile(ctx).String()},
|
Outputs: []string{getNdkSysrootTimestampFile(ctx).String()},
|
||||||
Implicits: installPaths,
|
Implicits: installPaths,
|
||||||
|
Optional: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user