aboutsummaryrefslogtreecommitdiff
path: root/checkbuild.py
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-10-18 16:01:57 -0700
committerDan Albert <danalbert@google.com>2018-10-18 16:08:00 -0700
commit041985e6ffb84804fe233260168b7474c7766453 (patch)
treef2cd74cb5139317de1cc5ad62ae5f2812199a22c /checkbuild.py
parentc8f8d72767fd2bff41eaa2dcaba3a680fb31009f (diff)
downloadndk-041985e6ffb84804fe233260168b7474c7766453.tar.gz
Move the actual changelog into docs/changelogs.
This makes it easier for us to maintain the changelog when there's an active release branch. We make all our changes in master but cherry-pick to the release branch, so the changelogs for rN and rN+1 are the same. Test: ./checkbuild.py changelog Bug: None Change-Id: I094d3e0f8ee0559fc1a6b910f6c32df13830e97f
Diffstat (limited to 'checkbuild.py')
-rwxr-xr-xcheckbuild.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/checkbuild.py b/checkbuild.py
index 5a92c70df..a6038f28d 100755
--- a/checkbuild.py
+++ b/checkbuild.py
@@ -1958,7 +1958,8 @@ class RenderscriptToolchain(ndk.builds.InvokeBuildModule):
class Changelog(ndk.builds.FileModule):
name = 'changelog'
path = 'CHANGELOG.md'
- src = ndk.paths.ndk_path('CHANGELOG.md')
+ src = ndk.paths.ndk_path('docs/changelogs/Changelog-r{}.md'.format(
+ ndk.config.major))
no_notice = True