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

Commit 6806457f authored by Ying Wang's avatar Ying Wang
Browse files

Add framework.aidl as prerequisite of api-stubs

So that aidl can pull in framework.aidl when building against current sdk.
See http://b/issue?id=2666578

Change-Id: If45ff10a7ffa1f14e421ec50d6c07636236b2b8e
parent e1acf111
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -474,7 +474,8 @@ LOCAL_DROIDDOC_CUSTOM_ASSET_DIR:=assets-sdk

include $(BUILD_DROIDDOC)

$(full_target): $(framework_built)
# $(gen), i.e. framework.aidl, is also needed while building against the current stub.
$(full_target): $(framework_built) $(gen)
$(INTERNAL_PLATFORM_API_FILE): $(full_target)
$(call dist-for-goals,sdk,$(INTERNAL_PLATFORM_API_FILE))