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

Commit 49c7d08d authored by Phil Burk's avatar Phil Burk Committed by Android (Google) Code Review
Browse files

Merge "libaaudio: change name from liboboe"

parents 7863c791 f53e613b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -59,6 +59,12 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicyservice.so
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicymanager.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudiopolicyservice_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudiopolicymanager_intermediates)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/liboboe.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/liboboe.so)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/liboboe*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/liboboe*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj_arm/STATIC_LIBRARIES/liboboe*)
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj_arm/SHARED_LIBRARIES/liboboe*)

# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ ndk_headers {
}

ndk_library {
    name: "liboboe.ndk",
    symbol_file: "liboboe.map.txt",
    name: "libaaudio.ndk",
    symbol_file: "libaaudio.map.txt",
    first_version: "26",
    unversioned_until: "current",
}
+0 −0

File moved.

+1 −0
Original line number Diff line number Diff line
AAudio input/output API
Loading