OSDN Git Service

Fix the build break.
authorHui Shu <hush@google.com>
Thu, 13 Mar 2014 22:38:29 +0000 (15:38 -0700)
committerHui Shu <hush@google.com>
Thu, 13 Mar 2014 22:40:55 +0000 (15:40 -0700)
BUG: b/11293324
Should find the removed.txt under frameworks/base/api/

Change-Id: Icd937cb8c1a7f23dba35c440045cea54e2a8242e

core/tasks/apicheck.mk

index 4ecaf5b..4711d17 100644 (file)
@@ -42,7 +42,7 @@ $(eval $(call check-api, \
     checkapi-last, \
     $(SRC_API_DIR)/$(last_released_sdk_version).txt, \
     $(INTERNAL_PLATFORM_API_FILE), \
-    $(SRC_API_DIR)/removed.txt, \
+    frameworks/base/api/removed.txt, \
     $(INTERNAL_PLATFORM_REMOVED_API_FILE), \
     -hide 2 -hide 3 -hide 4 -hide 5 -hide 6 -hide 24 -hide 25 -hide 26 -hide 27 \
     -error 7 -error 8 -error 9 -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 \