aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-06-24 01:03:25 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-06-24 01:15:35 +0000
commit41bb9e24297756f626600ccce86ed1bc373b00d6 (patch)
treec2f9f415cf53416e2ec457a06816b007162ea1c0
parent4af1d1f7c1763bdc8b384cc9f11b8a7c84e63e90 (diff)
parent30d5c93f4738d86a21393bb2195fab146e1d074a (diff)
downloadbuild_make-41bb9e24297756f626600ccce86ed1bc373b00d6.tar.gz
build_make-41bb9e24297756f626600ccce86ed1bc373b00d6.tar.bz2
build_make-41bb9e24297756f626600ccce86ed1bc373b00d6.zip
Make change and version bump to RP1A.200624.001
Change-Id: I2d65f42a180f807e59ff31fc70ff877a21e19c8f
-rw-r--r--core/Makefile2
-rw-r--r--core/build_id.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile
index 4d4021d1e4..62ddef6319 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -721,7 +721,7 @@ DEPMOD_STAGING_SUBDIR :=$= lib/modules/0.0
define copy-and-strip-kernel-module
$(2): $(1)
- $($(LOCAL_2ND_ARCH_VAR_PREFIX)TARGET_STRIP) -o $(2) --strip-debug $(1)
+ $(LLVM_STRIP) -o $(2) --strip-debug $(1)
endef
# $(1): modules list
diff --git a/core/build_id.mk b/core/build_id.mk
index d056206cef..b778c8583c 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-BUILD_ID=RP1A.200623.001
+BUILD_ID=RP1A.200624.001