Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
cachiusa authored and AndroiableDroid committed Jun 9, 2024
1 parent c68cccd commit b336279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/tasks/pbrp.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
WORK_PATH := $(OUT_DIR)/target/product/$(TARGET_DEVICE)/zip
TARGET_DIR := $(WORK_PATH)/../
BUILD_TOP := $(OUT_DIR)/../
TARGET_DIR := $(WORK_PATH)/..
BUILD_TOP := $(TOP)
VERSION := $(shell cat $(BUILD_TOP)/bootable/recovery/variables.h | egrep "define\s+PB_MAIN_VERSION" | tr -d '"' | tr -s ' ' | awk '{ print $$3 }')
PB_VENDOR := vendor/utils
ifeq ($(PB_OFFICIAL),true)
Expand Down

0 comments on commit b336279

Please sign in to comment.