Remove two stale variables.
These two variables are unused, and point to non-existing directories, so delete them. Test: make Change-Id: I5f7577c86847146a7eea827ace74cf8022e19f71
This commit is contained in:
parent
198b9f4f6a
commit
2c37d704b4
|
@ -92,8 +92,6 @@ MAKECMDGOALS := $(strip $(filter-out dist,$(MAKECMDGOALS)))
|
|||
UNAME := $(shell uname -sm)
|
||||
|
||||
SRC_TARGET_DIR := $(TOPDIR)build/target
|
||||
SRC_SYSTEM_API_DIR := $(TOPDIR)prebuilts/sdk/system-api
|
||||
SRC_TEST_API_DIR := $(TOPDIR)prebuilts/sdk/test-api
|
||||
|
||||
# Some specific paths to tools
|
||||
SRC_DROIDDOC_DIR := $(TOPDIR)build/make/tools/droiddoc
|
||||
|
|
Loading…
Reference in New Issue