Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6fceb2aa authored by Kjell Braden's avatar Kjell Braden Committed by Gerrit Code Review
Browse files

fix sdk target with absolute OUT_DIR

Add / to atree's search path.

since I459a3b13 OUT_DIR is absolute. atree uses these variables and
due to "-I ." tries to resolve these paths as relative paths.

Change-Id: Ic9fbc84acdd9f438dfc813f6496e2c5e0d761976
parent 85750262
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1611,6 +1611,7 @@ $(INTERNAL_SDK_TARGET): $(deps)
		$(HOST_OUT_EXECUTABLES)/atree \
		$(addprefix -f ,$(PRIVATE_INPUT_FILES)) \
			-m $(PRIVATE_DEP_FILE) \
			-I / \
			-I . \
			-I $(PRODUCT_OUT) \
			-I $(HOST_OUT) \