Skip to content

Commit

Permalink
Remove old libraries in /system
Browse files Browse the repository at this point in the history
Since commit 9455964 the libraries are moved to /vendor. But
the old libraries are not removed in an incremental build.
Therefore the new libraries may not be used.

Fixes: 9455964 ("Android: move libraries to /vendor")

Signed-off-by: Chih-Wei Huang <[email protected]>
  • Loading branch information
cwhuang committed Oct 5, 2017
1 parent d8b95e3 commit c1bdbdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CleanSpec.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libgralloc_drm.so)
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/hw/gralloc.gbm.so)

0 comments on commit c1bdbdc

Please sign in to comment.