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

Commit 8a049bd1 authored by Michael Wright's avatar Michael Wright
Browse files

Error when an abstract method is added to a released class.

Test: m -j12 and see the build break because of methods added to
ViewStructure

Change-Id: If323b263b58edb559ddae6251f170ceaf962a932
parent 402b4f36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ $(eval $(call check-api, \
    $(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 \
    -error 16 -error 17 -error 18 , \
    -error 16 -error 17 -error 18 -error 31, \
    cat $(BUILD_SYSTEM)/apicheck_msg_last.txt, \
    check-public-api, \
    $(call doc-timestamp-for,api-stubs) \
@@ -97,7 +97,7 @@ $(eval $(call check-api, \
    $(INTERNAL_PLATFORM_SYSTEM_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 \
    -error 16 -error 17 -error 18 , \
    -error 16 -error 17 -error 18 -error 31, \
    cat $(BUILD_SYSTEM)/apicheck_msg_last.txt, \
    check-system-api, \
    $(call doc-timestamp-for,system-api-stubs) \