History log of /build/core/apidiff.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8902f5505fc6483b91a4191dab56be6de0aa7710 08-Feb-2018 Sundong Ahn <sundongahn@google.com> Change the naming policy of system_$(VER)

The name of system_$(VER) prebuilt file in droiddoc.mk and
java_common.mk was changed to sdk_v$(LOCAL_SDK_VERSION). But
system_$(VER) in apidiff.mk is not changed, since apidiff.mk
file is not in AOSP. So this modify is added and the modify
for core_current is added.

Bug: 72031391
Test: build & run on taimen
Change-Id: Ie227f4c6911fc80484f12b3f1cfa6472cb605d4b
/build/make/core/apidiff.mk
8e7a4c413faa5fb9e812b9b04975b313cc7db8f5 30-Nov-2017 Sundong Ahn <sundongahn@google.com> Fix build error

Fix the build error when TARGET_BUILD_APPS is set

Bug: None
Test: make -j40 && make -j110 showcommands dist
TARGET_BUILD_APPS='TimeZoneData TimeZoneData_test1 TimeZoneData_test2'
TARGET_BUILD_VARIANT=userdebug

Change-Id: I981b0a245d7e8f2dabbd4e51db52d17aeacc6106
/build/make/core/apidiff.mk
ef212cbe8d6e628bfc40e2db75522b4f1d794766 16-Oct-2017 Sundong Ahn <sundongahn@google.com> Add LOCAL_SDK_VERSION := system_$(VER)

The system_$(VER) can be set in LOCAL_SDK_VERSION, and the apk will use
android_system.jar at build time.
If LOCAL_SDK_VERSION is not defined and this module is installed in
vendor.img, LOCAL_SDK_VERSION is set to system_current.

Bug: 67724799
Test: 1. build && run on taimen
2. LOCAL_SDK_VERSION:=system_27 in ims.apk && build ims.apk && check
the vsdk_v27_intermediates.

Change-Id: I5b11c78b8fcd4a2f2a5e3b141527cd34dbe80018
/build/make/core/apidiff.mk
9c3125e983c690d90d9b3bc19c7d7fe0da9c2cf9 17-Aug-2017 Alan Viverette <alanv@google.com> Fix tabs in apidiff.mk

Prevent "parse error in an unevaluated line" warnings at compile time.

Test: make -j32
Change-Id: I318ce38c7af62b7ed12049775825db9a146b3375
/build/make/core/apidiff.mk
6210536fb5b6e5b154fd36725876099dc5ce008c 13-Jul-2017 Alan Viverette <alanv@google.com> Add task for API diffs

Test: make api-diff
Change-Id: Ifb788069bf1d882a52e8429e056070675f866986
/build/make/core/apidiff.mk