···2828 # The BSD license comes from host-common/VpxFrameParser.cpp, which
2929 # incorporates some code from libvpx, which uses the 3-clause BSD license.
3030 license = with licenses; [ asl20 mit bsd3 ];
3131- platforms = platforms.darwin ++ platforms.linux;
3131+ # See base/include/aemu/base/synchronization/Lock.h
3232+ platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
3233 };
3334}